v0.3.0
currency_icons
一个用于显示货币旗帜的 Flutter 包。只需在创建新 Image 时指定货币名称即可。
16喜欢 512近 30 天下载160Pub 分数
AndroidiOSWebmacOSWindowsLinux
一个包含多种货币图标的小工具包。该包受到 https://github.com/transferwise/currency-flags 和 https://pub.dartlang.org/packages/country_icons 的启发。
{"sdk":"flutter"}{"sdk":"flutter"}^0.9.0以下为英文项目原文快照,最新内容请访问 GitHub。
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