v0.3.0
currency_icons
A flutter package to display currency flag. Just specify currency name when creating a new Image.
16Likes 51230-day downloads160Pub points
AndroidiOSWebmacOSWindowsLinux
A Dart package with many currency icons. This package is inspired from https://github.com/transferwise/currency-flags and https://pub.dartlang.org/packages/country_icons.
{"sdk":"flutter"}{"sdk":"flutter"}^0.9.0English project snapshot. Visit GitHub for the latest content.
A Dart package with many currency icons.
Image.asset('icons/currency/${currency}.png', package: 'currency_icons');
All icons are used from transferwise
This package is inspired from country_icons