country_currency_chooser 0.1.3+2 country_currency_chooser: ^0.1.3+2 copied to clipboard
A simple yet powerful, elegant, customizable, and efficient currency chooser dialog with search support.
ChangeLog #
0.1.3+2 #
Tuesday, 21st July, 2020 #
-
[Bug Fix] An item receives only a single tap, hence, popping only the dialog, and preventing popping more screens.
-
Added option for placement of pullToStartFloatingButton.
-
Added option for the dialog to have two heights (stretches).
-
Refactored the code.
-
Documentation improvements.
0.1.3+1 #
Monday, 13th July, 2020 [Optimization Update] #
-
Optimized the code.
-
Overall documentation improvements.
0.1.3 #
Saturday, 11th July, 2020 [Enhancements] #
-
Added an option to disable the search.
-
Flags can now be decorated.
-
Documentation improvements.
0.1.2 #
Friday, 10th July, 2020 [Optimizations & Enhancements] #
-
Removing the list divider left no space between country options. Added space between country options, when the list divider is removed.
-
CurrencyCodes can now also be hidden like country flags.
-
Country names were set to fixed 12px fontSize, removed that to support the default or custom font sizing, specified within the ThemeData.
-
Added dialog pop-up and pop-out animation with the options to specify the animation effect and disable the animation altogether.
-
Added documentation.