libraccio_extractor 1.0.0
libraccio_extractor: ^1.0.0 copied to clipboard
A Flutter library for extracting book data from libraccio.it
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-08-03 #
Added #
- Initial release of the libraccio_extractor library
- Book data models (Book, Offer, Author) with JSON serialization
- LibraccioParser class for extracting book data from URLs or HTML content
- BookCoverWidget for displaying book cover images with loading and error states
- Example Flutter app demonstrating library usage
- Comprehensive documentation in README.md
- Dependency management with pubspec.yaml
- Code quality configuration with analysis_options.yaml