fl_country_code_picker 0.1.9+1 fl_country_code_picker: ^0.1.9+1 copied to clipboard
A Flutter package for showing a modal that contains country dial code. The user can also search for the available codes and select right from the modal.
0.1.9+1 #
- test: add a dart cli that checks if the new locale was implemented correctly
0.1.9 #
- refactor: sets
en
as the default locale (#27) - docs: rearrange the order of CHANGELOG.md
- test: add unit test for NSN param
0.1.8 #
0.1.7 #
- feat: adds support for querying a
CountryCode
using dial code (#26) - feat: adds support for querying a
CountryCode
using country code (#26) - feat: adds support for querying a
CountryCode
using country name (#26) - docs: ReadMe file improvements
- chore: upgrade sdk support to
sdk: ">=3.0.0 <4.0.0"
- chore: upgrade dependency to
mocktail v1.0.1
0.1.6 #
0.1.5 #
- fix: reverts icon width for tile size (#21)
- feat: remove
showFavoritesIcon
and changefavoritesIcon
's type to nullable
0.1.4 #
0.1.3 #
- fix: uses initState instead of didChangeDependencies for initialization of countries (#16)
- refactor: makes the localization optional to prevent null error
- chore: upgrade dependency to
scrollable_positioned_list v0.3.8
0.1.1 #
- feat: add more support for internationalization
- refactor: add validator for unsupported device's country/region (#8)
0.1.0+3 #
0.0.4 #
- feat: add a flag for showing a country dial code at country tiles (#4)
- docs: update description and instruction at ReadMe
0.0.3+1 #
- chore(dependency): updates version of
scrollable_positioned_list
to 0.3.4
0.0.3 #
- feat: add an automatic scroller if initial country was supplied
- feat: add an option for automatic scrolling at current device's system locale country code
0.0.2 #
0.0.1 #
Initial release