tiny_state 1.0.0
tiny_state: ^1.0.0 copied to clipboard
A tiny, global, reactive state manager for Flutter that is simple, fast, and requires zero boilerplate. Feels like using a ValueNotifier, but global and enhanced.
1.0.0 #
- Initial release of
tiny_state, a minimalistic and powerful state management library for Flutter. - Core features include
watch,set,get,update,reset, anddelete. - Advanced features include
select,computed,listen,scope,watchFuture, and state persistence. - Added a comprehensive
README.mdwith detailed documentation and examples. - Included a full example application to demonstrate all features.