currency_icons 0.3.0 currency_icons: ^0.3.0 copied to clipboard
A flutter package to display currency flag. Just specify currency name when creating a new Image.
currency-icons #
A Dart package with many currency icons.
How to use? #
Image.asset('icons/currency/${currency}.png', package: 'currency_icons');
Credits #
All icons are used from transferwise
This package is inspired from country_icons