country_icons 3.0.0
country_icons: ^3.0.0 copied to clipboard
A flutter package with many country flag icons that you can use via the Image.asset method
[3.0.0] - 2024-01-25 #
- Add the most recent version of flags from hjnilsson
- Update dependencies
- Includes PNG Flags with 1000px width
- Add generic method to display SVGs
- Update Example
- Update README
[2.0.2] - 2021-04-23 #
- Fix README
[2.0.1] - 2021-04-23 #
- Update example
[2.0.0] - 2021-04-23 #
- Add nullsafety
[1.1.1] - 2018-12-24 #
- Update pubspec.yml
[1.1.0] - 2018-12-24 #
- Add SVG flags
- Flag paths changed - all flags used before with .png are now in the folder
icons/flags/png/xx.png
oricons/flags/png/2.5x/xx.png
- SVG flags are in the folder
icons/flags/svg/xx.svg
[1.0.3] - 2018-12-17 #
- Move example app into example/
[1.0.2] - 2018-12-17 #
- Add analysis_options.yaml
[1.0.1] - 2018-12-17 #
- Add example
[1.0.0] - 2018-12-17 #
- Update pubspec.yaml for Dart 2 support
[0.0.2] - 2018-05-11 #
- Add LICENSE
- Update CHANGELOG and README
[0.0.1] - 2018-05-11 #
- Add Country Icons
- Add simple directory scanner for faster yml generation