country_icons 2.0.1
country_icons: ^2.0.1 copied to clipboard
A flutter package with many country flag icons that you can use via the Image.asset method
country_icons #
A dart package with many country flag icons
Getting Started #
This package provides country icons as png and svg.
###Icons as png
You can use png icons via new Image.asset('icons/flags/png/xx.png', package: 'country_icons');
###Icons as svg
You can use svg icons via new Image.asset('icons/flags/svg/xx.svg', package: 'country_icons');
Credits #
Flags are used from hjnilsson
Repo: https://github.com/hjnilsson/country-flags Homepage: http://hjnilsson.github.io/country-flags