smart_store 1.0.4 copy "smart_store: ^1.0.4" to clipboard
smart_store: ^1.0.4 copied to clipboard

Flutter package for ultra-simple local data storage in key-value format - with zero boilerplate.

smart_store #

Flutter package for ultra-simple local data storage in key-value format - with zero boilerplate.
Supports saving any type: int, double, String, List, Map, Object, List<Object>... all with just one line.
Fully cross-platform: Android, iOS, Windows, macOS, Linux.


Installation #

flutter pub add simple_store

Features #

  • Save any type: primitives, List, Map, Object, List
1
likes
140
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for ultra-simple local data storage in key-value format - with zero boilerplate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, msgpack_dart, path_provider

More

Packages that depend on smart_store