paylike_money

Last updated:

0 purchases

paylike_money Image
paylike_money Images
Add to Cart

Description:

paylike money

dart Money #
Small utility library to help with working payment amounts in the paylike ecosystem.
Features #
Currently this package only supports a fraction of our JavaScript library. We may extend
functionality if we can find usecases for it.
Usage #
import 'package:paylike_money/dart_money.dart';

void main() {
const eur = 'EUR';
var amount = Money.fromDouble(eur, 12.5);
print(amount.toJSONBody());
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.