country_picker_assets 0.0.1
country_picker_assets: ^0.0.1 copied to clipboard
A companion package for Flutter that provides a comprehensive collection of country flag assets.
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.1 - 2024-06-25 #
Added #
- Initial Asset Collection: Implemented the core functionality by adding a comprehensive set of country flag assets.
- Asset Organization: Organized all flag images in
assets/directory, named using two-letter ISO 3166-1 alpha-2 codes (e.g.,us.png,in.png). - Companion Package: Created as a companion to
country_picker_core, designed to be the asset-only dependency. - Project Documentation: Added a
README.mdfile explaining the purpose and usage of the package. - License: Included the BSD 3-Clause License file.