moneykit 0.0.1
moneykit: ^0.0.1 copied to clipboard
精准、易用的 Flutter 金额处理工具库,支持多方式初始化、高精度运算、格式化与序列化。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moneykitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moneykit: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:moneykit/moneykit.dart';