orbit_state 0.2.2
orbit_state: ^0.2.2 copied to clipboard
A tiny, Pinia-style state management library for Flutter. Zero dependencies, built entirely on ChangeNotifier + AnimatedBuilder.
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.