local_data_impl 0.0.2 copy "local_data_impl: ^0.0.2" to clipboard
local_data_impl: ^0.0.2 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.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
0
points
30
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

License

unknown (license)

Dependencies

flutter, get_it_di_global_variable, hive, hydrated_bloc, shared_preferences

More

Packages that depend on local_data_impl