apiverve_bitcoin 1.2.0
apiverve_bitcoin: ^1.2.0 copied to clipboard
Bitcoin Price is a simple tool for getting the current price of Bitcoin. It returns the current price, market cap, 24-hour trading volume, and 24-hour price change in any currency.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add apiverve_bitcoinWith Flutter:
$ flutter pub add apiverve_bitcoinThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
apiverve_bitcoin: ^1.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:apiverve_bitcoin/apiverve_bitcoin.dart';