cache_x 1.3.7 copy "cache_x: ^1.3.7" to clipboard
cache_x: ^1.3.7 copied to clipboard

outdated

A feasible caching library for Flutter. Save any encrypted string.

1.3.7 #

  • Fixed exception if the key is not found
  • Added default value

1.3.6 #

  • Changed all the get method to non async.
  • Added warningsand importants indocuments.

1.3.5 #

  • Updated previous methods
  • Added new Methods
    • Save Methods
      • saveBool(String key, bool value)
      • saveDouble(String key, double value)
      • saveInt(String key, int value)
      • saveString(String key, String value)
      • saveStringList(String key, List<String> value)
    • Get Methods
      • getBool(String key)
      • getDouble(String key)
      • getInt(String key)
      • getString(String key)
      • getStringList(String key)
      • getKeys()
  • Updated Documentation

1.2.2 #

  • Prepared The package for nullsafety
  • Updated storage implementation

1.2.0 #

  • Updated storage implementation
  • Added named parameter

1.0.2 #

  • Updated Documentation

1.0.0 #

  • Initial Release
8
likes
40
points
40
downloads

Publisher

verified publisherrrad.dev

Weekly Downloads

A feasible caching library for Flutter. Save any encrypted string.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (license)

Dependencies

encrypt, flutter, shared_preferences

More

Packages that depend on cache_x