open_library_api 0.1.6 copy "open_library_api: ^0.1.6" to clipboard
open_library_api: ^0.1.6 copied to clipboard

A flutter package to consume the openlibrary.org api in a simple way

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_library_api

With Flutter:

 $ flutter pub add open_library_api

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

dependencies:
  open_library_api: ^0.1.6

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:open_library_api/models/ol_author_model.dart';
import 'package:open_library_api/models/ol_author_model.g.dart';
import 'package:open_library_api/models/ol_book_model.dart';
import 'package:open_library_api/models/ol_book_model.g.dart';
import 'package:open_library_api/models/ol_search_doc_model.dart';
import 'package:open_library_api/models/ol_search_doc_model.g.dart';
import 'package:open_library_api/models/ol_search_model.dart';
import 'package:open_library_api/models/ol_search_model.g.dart';
import 'package:open_library_api/open_library.dart';
0
likes
110
pub points
17%
popularity

Publisher

unverified uploader

A flutter package to consume the openlibrary.org api in a simple way

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

chopper, equatable, json_annotation

More

Packages that depend on open_library_api