input_country 2.1.0 copy "input_country: ^2.1.0" to clipboard
input_country: ^2.1.0 copied to clipboard

Countries (ISO-3166), Currencies (ISO-4217), Languages (ISO-639) with choosers (DropdownButton) and flag images

[2.1.0] - 2021-08-13 - Always uses Locale for language #

  • If there is a language then always [Locale] will be used. This change improves code readability and reduces coding errors.
  • Flags can now be sets separately for items and selection by parameters: [showFlagOnItems] and [showFlagOnSelection]
  • Some country names have been shortened to better fit to small screens

[2.0.0] - 2021-03-25 - Full null-safety #

  • Package is completely null-safe

[1.1.0] - 2021-02-25 - Wrapped into Flutter [FormField] #

  • Breaking change: parameter value must be changed to initialValue
  • Invokes [onSaved] if widget is descendant of a [Form] and Form.save() is called

[1.0.0] - 2020-12-13 - Initial Release #

  • Provides widgets [InputCountry], [InputCurrency] and [InputLanguage]
  • Example shows usage including language switch of application
5
likes
120
pub points
32%
popularity

Publisher

unverified uploader

Countries (ISO-3166), Currencies (ISO-4217), Languages (ISO-639) with choosers (DropdownButton) and flag images

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, flutter_localizations, pedantic

More

Packages that depend on input_country