paylike_money 1.0.3
paylike_money: ^1.0.3 copied to clipboard
Utility library for working with money in the Paylike ecosystem
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add paylike_moneyWith Flutter:
$ flutter pub add paylike_moneyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
paylike_money: ^1.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:paylike_money/paylike_money.dart';