currencies 0.1.1 copy "currencies: ^0.1.1" to clipboard
currencies: ^0.1.1 copied to clipboard

The fundamental package for handling currencies with Dart.

example/main.dart

import 'package:currencies/currencies.dart';

void main(List<String> arguments) {
  // Print US Dollar information
  print(currencies[Iso4217Code.usd]);
}
5
likes
30
pub points
79%
popularity

Publisher

unverified uploader

The fundamental package for handling currencies with Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on currencies