Blockbook library
A library for communicating with the Blockchair API. Some calls are missing.
Usage
A simple usage example:
import 'package:blockchair/blockchair.dart';
main() async {
var client = new Blockchair('https://api.blockchair.com/bitcoin/', apiKey: 'some key');
print(await client.stats());
}
Features and bugs
Please file feature requests and bugs at the issue tracker.