local_data_impl 0.0.4 copy "local_data_impl: ^0.0.4" to clipboard
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 #

Aug 22, 2025 #

✨ Updated #

  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency
  • Updated get_it_di_global_variable to 0.0.6

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
0
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

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 developers to store and manage data efficiently. With support for various data types, including strings, integers, booleans, and maps, Local Data simplifies persistent storage in Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get_it_di_global_variable, hive, hydrated_bloc, shared_preferences

More

Packages that depend on local_data_impl