simple_flag_picker 0.0.2
simple_flag_picker: ^0.0.2 copied to clipboard
A simple Flutter widget to pick a country flag and change locale.
[0.0.1] - 2025-04-22 #
- Initial release
- Flag picker with SVG support
- Supports changing locale via callback
- 3 countries included (US, Thailand, Japan)
[0.0.2] - 2025-04-22 #
- Added error handling for missing flag SVG (errorBuilder)
- Added loading indicator (placeholderBuilder)
- Added customizable textStyle and padding
- Improved null safety and dropdown type declarations
- Optimized for pub.dev and production