bytepark / country_icons

A flutter package with many country flag icons that you can use via the Image.asset method
BSD 2-Clause "Simplified" License
27 stars 18 forks source link

Not working...doesn't load library? #1

Closed ElixirMike closed 3 years ago

ElixirMike commented 5 years ago

I installed this, reference it as top, and tried to use.

I keep getting error like this: Unable to load asset: packages/country_icons/icons/flags/us.png

Is there something else that needs to be configured?

ToniTornado commented 5 years ago

The example seem outdated. The image files are in subfolders for png or svg. Try using packages/country_icons/icons/flags/png/us.png as source path.

ash2osh commented 4 years ago

+1

fbatschi commented 3 years ago

A new example has been added to the package