hive_local_storage 0.0.9 copy "hive_local_storage: ^0.0.9" to clipboard
hive_local_storage: ^0.0.9 copied to clipboard

A cache helper which uses hive and flutter_secure_storage to make ease to store session and encrypted data

0.0.9 #

  • added factory constructor to make compatible with riverpod

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
7
likes
140
pub points
83%
popularity

Publisher

verified publisherkishormainali.com

A cache helper which uses hive and flutter_secure_storage to make ease to store session and encrypted data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, hive, hive_flutter

More

Packages that depend on hive_local_storage