Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 1.83 KB

[0.2.7] - 2021/05/14

* Added filterCountry - you can select only those countries which you to display in dropdown

[0.2.6] - 2021/05/14

* Introduce the `currentCountry`, `currentState`, and `currentCity` properties to allow previously selected values to remain
* Sort `CSCPicker` constructor first
* Move `super.initState` before other calls in `csc_picker.dart`
* Fix some typos, method names
* Fix some async method types

[0.2.4 - 0.2.5] - 2021/05/06

* Now you can select default country in csc picker
* Documentation updated

[0.2.1 - 0.2.3] - 2021/04/05

* dropdownDialogRadius option is added to change the dilogbox corner raduis
* searchBarRadius option is added to change the searchbar corner raduis
* selected item clear bug resolved
* code optimized

[0.2.0] - 2021/04/01

* Added Dropdown Decoration options
* Added Text Style options
* Now support Null Safety

[0.1.0] - 2021/03/24

* Removed unwanter lines of code

[0.0.9] - 2021/03/23

* Removed showFlag parameter 
* Added new parameter flagState to Enable (get flat with country name) / Disable (Disable flag) / ShowInDropdownOnly (display flag in dropdown only)
* Performance Optimised
* Minor bugs removed

[0.0.6 - 0.0.8] - 2021/03/18

* Added new feature to enable disable state and city dropdown
* Supports Flutter Web
* Performance Optimised
* Minor bugs removed    

[0.0.5] - 2021/03/10

* Updated for flutter 2.0.1
* Deprecated widgets removed.

[0.0.4] - 2021/03/04

* Code Formatted and optimised.
* API Documentation Updated.

[0.0.3] - 2021/03/02

* Code Formatted and optimised.
* Documentation Added.

[0.0.2] - 2021/02/28

* Search bug resolved.

[0.0.1] - 2021/02/28

* Initial Release.