freecurrencyapi 0.1.0 copy "freecurrencyapi: ^0.1.0" to clipboard
freecurrencyapi: ^0.1.0 copied to clipboard

Dart client for freecurrencyapi.com. Endpoints: status, latest. See https://freecurrencyapi.com/docs

freecurrencyapi (Dart) #

Install #

dependencies:
  freecurrencyapi: ^0.1.0

Examples #

final f = FreecurrencyapiClient('KEY');
await f.status();
await f.latest({'base_currency':'USD','currencies':'EUR,GBP'});
0
likes
140
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart client for freecurrencyapi.com. Endpoints: status, latest. See https://freecurrencyapi.com/docs

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on freecurrencyapi