country_currency_chooser 0.1.4 copy "country_currency_chooser: ^0.1.4" to clipboard
country_currency_chooser: ^0.1.4 copied to clipboard

A simple yet powerful, elegant, customizable, and efficient currency chooser dialog with search support.

Country Currency Chooser #

Pub Version (including pre-releases) GitHub issues GitHub closed issues GitHub last commit GitHub code size in bytes

About #

A simple yet powerful, elegant, customizable, and efficient currency chooser dialog with search support.

Description #

A simple yet powerful, elegant, customizable, and efficient currency chooser dialog with search support. Selecting a currency in the dialog fires a callback which returns the country flag along with the currency code of the country.

Using #

  • Simply import package: country_currency_chooser/country_currency_chooser.dart.

  • Use the built-in flutter showDialog() method and specify the return widget as CurrencyChooserDialog.

  • Selecting the currency on the CurrencyChooserDialog fires selectedCurrency(Widget flag, String currencyCode) callback.

Feedback #

Kindly email me directly for any feedback and hit the like button.

Screenshots #

Screenshot Screenshot

Supported Attributes #

Property Description Default
selectedCurrency Callback that provides flag and currencyCode of the currency selected -
showFlags Whether to show flags in the country list or not true
showPullToStartFloatingButton Whether to show pullToStartFloatingButton or not true
showListDividers Whether to show list dividers in the country list or not true
showCurrencyCodes Whether to show currency codes in the country list or not true
backgroundColor The background color of the currency chooser dialog White
interfaceColor The color to apply to the elements of the dialog Black
borderColor The color to apply to the border of the dialog White
pullToStartFloatingButtonColor Color to the apply to pullToStartFloatingButton Green
dialogAnimationEffect Dialog pop-up and pop-out animation FastOutSlowIn
dialogAnimationDuration Duration of dialog pop-up and pop-out animation 500 milliseconds
animationDisabled Whether to disable the dialog pop-up and pop-out animation false
flagDecoration Decoration to set for the flag if displayed. -
searchDisabled Whether the search box is disabled false
dialogStretch The height of the dialog DialogStretch.min
pullToStartButtonPlacement Where to place the pullToStartFloatingButton ButtonPlacement.bottom_right
13
likes
40
pub points
45%
popularity

Publisher

unverified uploader

A simple yet powerful, elegant, customizable, and efficient currency chooser dialog with search support.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on country_currency_chooser