isbndb 0.3.1 copy "isbndb: ^0.3.1" to clipboard
isbndb: ^0.3.1 copied to clipboard

Dart service for isbndb.com API. Returns book details from an ISBN, or a list of books from an author name, etc.

0.3.1 #

  • Updated packages to last versions

0.3.0 #

  • Back to extensions for var isEmpty to avoid freezed errors when generating main class

0.2.8 #

  • Moved isEmpty to main class instead of extension to avoid documentation boilerplate
  • Made DateConveter and MsrpConveter private and protected

0.2.7 #

  • Added flutter_lints and fixed warnings

0.2.6 #

  • Reorganization of code with only one freezed file

0.2.5 #

  • Updated packages to last versions

0.2.4 #

  • Added nullable String for the list of authors (sometimes ISBNdb returns a null value inside the array)
  • Added uppercase to the date because sometimes ISBNdb returns a date with lowercase "t" and "z" which fail the parsing

0.2.3 #

  • Fixed small issues

0.2.2 #

  • Completed documentation

0.2.1 #

  • Added documentation for most of API

0.2.0 #

  • Now supports Flutter web by replacing dart:io with universal_io package

0.1.0+6 #

  • Changed reponse body from Dio to bytes to handle better special chars decoding

0.1.0+5 #

  • msrp can be either a double or a String in the API... needed to handle both cases in MsrpConverter

0.1.0+4 #

  • Updated book.g.dart class to conform to new MsrpConverter

0.1.0+3 #

  • Fixed an issue in MsrpConverter

0.1.0+2 #

  • Preview screenshot updated

0.1.0+1 #

  • Fixed small isue in example

0.1.0 #

  • Initial release
9
likes
130
points
51
downloads

Publisher

verified publisherjulienlebren.dev

Weekly Downloads

Dart service for isbndb.com API. Returns book details from an ISBN, or a list of books from an author name, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, freezed_annotation, intl, universal_io

More

Packages that depend on isbndb