country_picker_core 0.0.2
country_picker_core: ^0.0.2 copied to clipboard
Core library for country picker, providing a comprehensive list of countries and associated data models. Essential for building country selection features in Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2024-06-25 #
Changed #
- Updated Documentation: Improved clarity and added new examples to the
README.mdfile to enhance user experience and ease of use.
0.0.1 - 2025-08-18 #
Added #
- Initial Core Functionality: Implemented the foundational
CountryandPhoneDetaildata models. - Comprehensive Country List: Included a complete and well-structured list of countries with details like ISO codes, phone codes, and localized names.
- Helper Methods: Added the
CountryPickerHelpermixin with static methods for efficient lookups by name, phone code, and ISO codes. - Unit Tests: Created a test suite for
CountryPickerHelperto ensure the integrity and reliability of the lookup methods. - Project Documentation: Added a
README.mdfile explaining the purpose of the library and how to use it. - License: Included the MIT License file.