flutter_persistence 0.0.7 flutter_persistence: ^0.0.7 copied to clipboard
A Flutter library for efficient data persistence using Hive as a local storage solution.
Change Log #
All notable changes to the "Flutter Persistence" project will be documented in this file.
[0.0.1] - 2023-10-4 #
Added #
- Initial release of the Flutter Persistence library.
- Support for data streaming and future-based operations.
- Ability to persist and retrieve various data types.
- Exception handling for unsupported data types and initialization errors.
- Option to wait for an internet connection before streaming or fetching data.
Changed #
- Updated documentation to include examples and detailed explanations.
- Enhanced error messages for better debugging.
Fixed #
- Minor bug fixes and improvements.
This marks the first release of Flutter Persistence, providing efficient data persistence for Flutter applications. Users can now stream, cache, and retrieve data seamlessly, with improved error handling and comprehensive documentation.