orbit_state 0.3.0
orbit_state: ^0.3.0 copied to clipboard
A tiny, Pinia-style state management library for Flutter. Zero dependencies, built entirely on ChangeNotifier + AnimatedBuilder.
0.3.0 #
- Added Async & Caching support (
FutureProvider,StreamProvider, andAsyncValue). - Added declarative combining state (
ComputedStore) and imperative store watching (watch()) with automatic subscription tracking and recovery. - Added built-in side-effect helpers (
debounce()andthrottle()) directly onOrbitStorewith safety error-isolation. - Added compile-time safe lookups (
OrbitStoreRef.ofand context overloads) with fallback to global singletons to prevent runtime crashes.
0.2.2 #
- Updated package homepage, repository, and issue tracker URLs to valid repo (
https://github.com/ankitkaran99/orbit). - Added
lib/orbit_state.dartmatching package name convention. - Standardized
LICENSEfile for pub.dev recognition.
0.2.1 #
- Automatically infer mutation action labels from caller method names when
labelparameter is omitted.
0.2.0 #
- Initial stable release.