frankfurter 0.0.1 copy "frankfurter: ^0.0.1" to clipboard
frankfurter: ^0.0.1 copied to clipboard

outdated

A dart library to use the fankfurter.app api which provides currency exchange rates

example/example.dart

import 'package:frankfurter/frankfurter.dart';

void main() async {
  final frankfurter = Frankfurter();
  final latest = await frankfurter.latest(from: Currency('EUR'));

  latest.forEach((rate) => print('1 ${rate.from} = ${rate.rate} ${rate.to}'));
}
2
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library to use the fankfurter.app api which provides currency exchange rates

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

http, logging, meta

More

Packages that depend on frankfurter