open_library 0.0.3
open_library: ^0.0.3 copied to clipboard
A flutter package to consume the openlibrary.org api in a simple way
0.0.3 #
- Documentation Update documentation embedded image fixed.
0.0.2 #
- Documentation Update some updates on the documentation.
0.0.1 #
- Initial Release. the initial release only supports to fetch books via it's ISBN (10,13 digits). It provides a bunch of models to represent books and authors. The OLBook Model will give you access to almost all data provided by openlibrary.org isbn/book api. Also it adds the authors and covers as Uint8List if covers exists.