local_data_impl 0.0.4
local_data_impl: ^0.0.4 copied to clipboard
Local Data Impl is a Dart package that provides an easy-to-use abstraction for local data storage. It supports multiple storage backends, including Hive, SharedPreferences, and HydratedBloc, allowing [...]
Changelog #
All notable changes to this project will be documented in this file.
0.0.4 #
0.0.3 #
- Implemented Register Local Hive Data Source Service GetIt DI.
0.0.2 #
Added #
- Implemented Hive Storage for local key-value storage.
- Integrated SharedPreferences support for simple data persistence.
- Added HydratedBloc support for state persistence.
- Provided an abstraction for Memory Storage Services.
- Supported multiple data types:
String,int,bool,double,List<String>,Map<String, dynamic>. - Included example usage for easy integration.
0.0.1 #
- Initial Release