local_storage_impl 0.0.5
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.