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
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

The fundamental package for handling currencies with Dart.

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on currencies