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

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

example/main.dart

import 'package:isbn_searcher/isbn_searcher.dart';

Future<void> main() async {
  final book = await Rest.getGoogleBookInfoAsync('9789750845987');

  final bookFromHtml = await Rest.getISBNSearchHtmlAsync('9789750845987');
  [book, bookFromHtml].printElements();

  final htmlTable = [book, bookFromHtml].makeHtmlTable();
  print(htmlTable);
}
1
likes
0
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

License

unknown (license)

Dependencies

html, http, logbox_color

More

Packages that depend on isbn_searcher