country_icons 2.0.2 copy "country_icons: ^2.0.2" to clipboard
country_icons: ^2.0.2 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

101
likes
160
points
15.4k
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package with many country flag icons that you can use via the Image.asset method

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on country_icons