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