smart_store 1.0.1
smart_store: ^1.0.1 copied to clipboard
Flutter package for ultra-simple local storage of any type using key-value format — 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