world_picker 1.3.1
world_picker: ^1.3.1 copied to clipboard
Country selector and metadata provider with flags, currency, and more.
1.3.1 #
- Fixed conflict across versions.
1.3.0 #
- Add method
WorldPickerService.loadLanguages()
to retrieve a list of supported languages. - Added Brazilian Portuguese (pt-BR) to the list of supported languages.
- Move caribbean countries to central america countries file.
1.2.1 #
- Fixed issue with
CurrencyWorldPickerIcon
not applying options correctly.
1.2.0 #
- Implemented
CurrencyWorldPicker
andCurrencyWorldPickerIcon
widgets for currency selection. - Updated
Currency
model to include country information. - Enhanced
WorldPickerService
to provide a list of currencies.
1.1.4 #
- Improved flag assets for UK regions.
1.1.3 #
- Fixed phone number patterns for UK regions.
1.1.2 #
- Added support for selecting regions within the UK (Scotland, Wales, Northern Ireland).
1.1.1 #
- Fixed export in
widgets.dart
to includePhoneNumberField
.
1.1.0 #
- Added
Greenland
as a selectable country. - Implemented
favoriteCountries
parameter inWorldPickerIcon
for displaying favorite countries. - Added support for DraggableScrollableSheet in country selection.
- Implemented
scrollController
parameter in the WorldPicker widget for integration with draggable bottom sheet. - Visual separator between favorite countries and other countries in the picker list.
- Structural fixes to ensure smooth scrolling and integration with expandable modal.
1.0.0 #
- Added
PhoneNumberField
widget for phone number input with country selection. - Implemented
WorldPickerPhoneNumberTextInputFormatter
for phone number formatting based on selected country. - Enhanced
WorldPickerIcon
to support phone number validation. - Updated
pubspec.yaml
with new versioning and dependencies.
0.1.1+5 #
- Fixed typos and improved clarity in the documentation introduced in version 0.1.0+5.
0.1.0+5 #
- Updated documentation to include new features and usage examples.
0.1.0+4 #
- Updated documentation to reflect changes in API methods.
0.1.0+3 #
- Added
WorldPickerIcon
widget for country selection with customizable display options for ISO code, name, and currency - Implemented
Country
model with properties like name, flag, currency, and more. - Included example usage in
example/lib/main.dart
. - Added comprehensive API reference in README.
- Enhanced README with comprehensive package details, features, and usage examples.
0.0.1+2 #
- Updated
pubspec.yaml
with repository, issue tracker, and documentation links.
0.0.1 #
- Initial release with empty setup to reserve package name.