flutter_web_storage 1.0.1
flutter_web_storage: ^1.0.1 copied to clipboard
A production-grade, WASM-ready Flutter storage package with synchronous hydration, reactive streams, route preservation, and reload-safe UI controllers.
1.0.1 #
- Fix pubspec description length limit for pub.dev points.
- Replace README Mermaid diagrams with standard ASCII diagrams for native pub.dev compatibility.
- Simplify example app to make code extremely clean and compact.
1.0.0 #
- Initial release of
flutter_web_storage. - WASM-Ready and Multiplatform-Safe local/session storage driver.
- Direct synchronous JS-Interop for zero startup UI flicker.
- Reactive storage streams (
watchString,watchJson,watch<T>). - Route preservation
WebRoutePreserverNavigatorObserverfor F5 browser refreshes. - Drop-in UI controllers
ReloadSafeTextEditingControllerandReloadSafeNotifier.