smart_store 1.0.4
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