isbn_searcher 1.0.3 copy "isbn_searcher: ^1.0.3" to clipboard
isbn_searcher: ^1.0.3 copied to clipboard

ISBN lookup library for Dart and Flutter using Google Books and isbnsearch.org.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isbn_searcher

With Flutter:

 $ flutter pub add isbn_searcher

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  isbn_searcher: ^1.0.3

Alternatively, 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:isbn_searcher/isbn_searcher.dart';
1
likes
150
points
103
downloads

Publisher

verified publisherberk.babadogan.net

Weekly Downloads

ISBN lookup library for Dart and Flutter using Google Books and isbnsearch.org.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

html, http, logbox_color

More

Packages that depend on isbn_searcher