flutter_web_storage 1.0.0
flutter_web_storage: ^1.0.0 copied to clipboard
A production-grade, WASM-ready, multiplatform-safe Flutter package for local and session storage with synchronous hydration, reactive streams, route preservation, and reload-safe UI controllers.
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.