Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 497 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 497 Bytes

This is Flutter package to wrap request for openBD. https://openbd.jp/

Features

It's able to fetch bibliography from openBD. Please see also https://openbd.jp/.

Getting started

Add flutter_openbd to pubspec.yaml like below.

dependencies:
  flutter:
    sdk: flutter

  flutter_openbd:
    git:
      url: git@github.com:meganii/flutter_openbd.git
      ref: master

Usage

var openbd = FlutterOpenBD();
OpenBD res = await openbd.getISBN('9784780802047');