hive_local_storage 0.0.8 hive_local_storage: ^0.0.8 copied to clipboard
A cache helper which uses hive and flutter_secure_storage to make ease to store session and encrypted data
0.0.8 #
- added HiveField annotation in session object's fields
0.0.7 #
- Bug fixes when getting session
- added JwtDecoder
0.0.6 #
- Removed unnecessary type cast
- added isTokenExpired getter to check whether accessToken is expired or not
- hasSession() method renamed to hasSession getter
- added support for registering custom type adapters
0.0.5 #
- Breaking Changes
- Methods are renamed for easy understanding
- map getter added to make compatible to CacheStore
0.0.4 #
- Bug fixes
0.0.3 #
- updated README.md
0.0.2 #
- typo fixes
0.0.1 #
- initial release