world_picker 1.0.0
world_picker: ^1.0.0 copied to clipboard
Country selector and metadata provider with flags, currency, and more.
0.0.1 #
- Initial release with empty setup to reserve package name.
0.0.1+2 #
- Updated
pubspec.yamlwith repository, issue tracker, and documentation links.
0.1.0+3 #
- Added
WorldPickerIconwidget for country selection with customizable display options for ISO code, name, and currency - Implemented
Countrymodel 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.1.0+4 #
- Updated documentation to reflect changes in API methods.
0.1.0+5 #
- Updated documentation to include new features and usage examples.
0.1.1+5 #
- Fixed typos and improved clarity in the documentation introduced in version 0.1.0+5.
1.0.0 #
- Added
PhoneNumberFieldwidget for phone number input with country selection. - Implemented
WorldPickerPhoneNumberTextInputFormatterfor phone number formatting based on selected country. - Enhanced
WorldPickerIconto support phone number validation. - Updated
pubspec.yamlwith new versioning and dependencies.