local_storage_impl 0.0.5 copy "local_storage_impl: ^0.0.5" to clipboard
local_storage_impl: ^0.0.5 copied to clipboard

A local storage implementation using SharedPreferences, FlutterSecureStorage, or any other local storage implementation for Flutter applications.

Changelog #

0.0.5 #

  • Expose init method

0.0.4 #

  • Fix issues

0.0.3 #

  • Add SharedPrefereencesSync implementation.
  • Update dependencies.

0.0.2 #

  • Add an implementation using a Local Map object (for tests use cases).
  • Remove the need to call the init method for each implementation.
  • Add static getInstance factory method.

0.0.1 #

  • Supports of shared_preferences and flutter_secure_storage.
6
likes
140
points
36
downloads

Publisher

verified publishertheresilient.dev

Weekly Downloads

A local storage implementation using SharedPreferences, FlutterSecureStorage, or any other local storage implementation for Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, shared_preferences

More

Packages that depend on local_storage_impl