flutter_open_library 0.1.0
flutter_open_library: ^0.1.0 copied to clipboard
A modern, type-safe, and comprehensive Flutter package for the Open Library API, featuring high-level models and clean networking with Dio.
0.1.0 #
- Initial release of
flutter_open_library. - Added
OpenLibraryClientfor interacting with the Open Library API. - Implemented core models using
freezedandjson_serializable:Book,Author,Work,Edition,SubjectResponse,SearchResponse.
- Supported API endpoints:
- Search (title, author, general query).
- Books (by ISBN).
- Authors (by Open Library key).
- Works and Editions.
- Subjects.
- Included comprehensive unit and integration tests.
- Added example application demonstrating search functionality.