open_exchange_rates 1.0.0 copy "open_exchange_rates: ^1.0.0" to clipboard
open_exchange_rates: ^1.0.0 copied to clipboard

outdated

A dartlang wrapping for openexchangerates api requests. Make api easy to use.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_exchange_rates

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  open_exchange_rates: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:open_exchange_rates/open_exchange_rates.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A dartlang wrapping for openexchangerates api requests. Make api easy to use.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http, uri

More

Packages that depend on open_exchange_rates