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

outdated

Library for communicating with the Bity API.

example/main.dart

import 'package:bity/bity.dart';

void main() async {
  var client = Client('https://bity.com/');
  var output = await client.estimate(
      inputCurrency: "BTC", inputAmount: 1, outputCurrency: "CHF");
  print('1 BTC costs $output CHF');
  client.close();
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Library for communicating with the Bity API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on bity