watch_x 0.0.1
watch_x: ^0.0.1 copied to clipboard
A lightweight reactive state management for Flutter with fine-grained field watchers.
0.0.1 #
- Introduced WatchX, a lightweight reactive state management helper for Flutter.
- Added Map-based reactive state container using
ValueNotifier. - Added ability to watch individual fields with
watch(key). - Included
XListenableBuilderfor listening to multiple watchers simultaneously. - Zero dependencies and minimal boilerplate.