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

outdated

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
0
pub points
78%
popularity

Publisher

unverified uploader

The fundamental package for handling currencies with Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on currencies