flutter_multi_formatter
flutter_multi_formatter copied to clipboard
Enhance widget customization
Increase customization of the Country Code Dropdown Form Field:
Fixes my own issue/suggestion
-
New short-hand property to show or hide the flag icon on both dropdown value and list (inspired on #156)
-
Added some dropdown field style properties to enhance customization
-
Turn
onCountrySelectedproperty nullable, allowing the input to be disabled. Usage:CountryDropdown( onCountrySelected: null, // Dropdown button disabled initialCountryData: PhoneCodes.getPhoneCountryDataByCountryCode( 'RU', ), )
Disabled
Screencast from 2024-07-17 23-40-54.webm