ffcache 0.1.3 copy "ffcache: ^0.1.3" to clipboard
ffcache: ^0.1.3 copied to clipboard

outdated

ffcache(Flutter File Cache) is a file based key value store. It stores cache in iOS/Android app's temporary folder. Cache automatically expires after expiration time.

[0.1.0] - 2019/05/23 #

  • initial release

[0.1.1] - 2019/05/24 #

  • add optional parameter for constructor. Duration defaultTimeout & bool debug.
  • add API documentation to source code.
  • saveTimer property changed to private

[0.1.2] - 2019/05/24 #

  • add example project
  • fix issue when ffcache is not initialized.

[0.1.3] - 2019/05/26 #

  • fix consistency issue when cache files are deleted externally.
  • use async file methods when possible.
  • update example project & documentation.
10
likes
40
pub points
83%
popularity

Publisher

verified publishermix1009.com

ffcache(Flutter File Cache) is a file based key value store. It stores cache in iOS/Android app's temporary folder. Cache automatically expires after expiration time.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on ffcache