country_search 2.0.0
country_search: ^2.0.0 copied to clipboard
A beautiful and customizable country picker widget for Flutter with multi-language support, phone codes, and smart search functionality.
Changelog #
1.1.0 - 2025-01-28 #
Added #
- Added Portuguese language support with complete translations
- Added 22 missing countries to match UN member states and territories
- Added new countries: AL, AX, BA, BN, BT, FO, GG, GI, IM, JE, KY, LK, ME, MK, MN, MV, NP, RS, SJ, TL, UM, XK
- Total countries increased from 224 to 246
Fixed #
- Updated all language files with translations for new countries
- Improved country coverage to match international standards
1.0.8 - 2025-01-28 #
Added #
- Added German language support with complete translations
- Added German country names for all 224 countries
- Added German UI text translations (select, search, labels)
Fixed #
- Removed deprecated 'authors' field from pubspec.yaml
- Fixed const declaration in localization tests
- All static analysis issues resolved - 100% clean code
1.0.7 - 2025-01-28 #
Added #
- Added fallback to English for unsupported locales
- Added comprehensive testing documentation to README
- Added optimization guide for removing unused languages
Fixed #
- Fixed locale handling - now gracefully falls back to English instead of crashing
Improved #
- Better error handling for unsupported languages
- More detailed README with testing and optimization sections
1.0.6 - 2025-01-28 #
1.0.5 - 2025-01-28 #
Added #
- Added screenshots support for pub.dev
- Added beautiful screenshots showing search and multi-language functionality
1.0.4 - 2025-01-28 #
Added #
- Added comprehensive test coverage for widget and localization functionality
- Added analysis_options.yaml for better code quality
- Added topics to pubspec.yaml for better discoverability
- Improved package documentation and examples
Fixed #
- Fixed all static analysis issues - now 100% clean code
- Improved test coverage with proper const usage
- Fixed formatting issues in all source files
- Resolved all linter warnings and info messages
1.0.3 - 2025-01-28 #
Fixed #
- Fixed all static analysis issues - now 100% clean code
- Improved test coverage with proper const usage
- Fixed formatting issues in all source files
- Resolved all linter warnings and info messages
Added #
- Comprehensive test coverage for widget and localization functionality
- Added analysis_options.yaml for better code quality
- Added topics to pubspec.yaml for better discoverability
- Improved package documentation and examples
1.0.2 - 2025-01-28 #
Added #
- Comprehensive test coverage for widget and localization functionality
- Added analysis_options.yaml for better code quality
- Added topics to pubspec.yaml for better discoverability
- Improved package documentation and examples
Fixed #
- Fixed library name to match package name (country_search.dart)
- Updated all import paths in documentation and examples
- Resolved package validation warnings
1.0.1 - 2025-01-28 #
Fixed #
- Fixed library name to match package name (country_search.dart)
- Updated all import paths in documentation and examples
- Resolved package validation warnings
1.0.0 2024-01-XX #
Added #
- Initial release of Flutter Country Picker
- Beautiful and customizable country picker widget
- Support for 200+ countries with flags and ISO codes
- Multi-language support (English, Spanish, French, Russian)
- Smart search functionality
- Dark theme with modern design
- Responsive design for all screen sizes
- Comprehensive API documentation
- MIT License
Features #
- Country selection with flag emojis
- Localized country names
- Search by country name or code
- Customizable labels and hints
- Modal bottom sheet picker
- Keyboard navigation support
- Accessibility support