paylike_currencies 1.0.1 copy "paylike_currencies: ^1.0.1" to clipboard
paylike_currencies: ^1.0.1 copied to clipboard

outdated

Covers all the currencies supported on paylike.io platform and provides a handy interface for them

example/paylike_currencies_example.dart

import 'package:paylike_currencies/paylike_currencies.dart';

void main() {
  var currencies = PaylikeCurrencies();
  var eur = currencies.byCode(CurrencyCode.EUR);
  print(eur.code);
}
0
likes
0
points
91
downloads

Publisher

verified publisherpaylike.io

Weekly Downloads

Covers all the currencies supported on paylike.io platform and provides a handy interface for them

Homepage

License

unknown (license)

More

Packages that depend on paylike_currencies