syncx 0.0.1
syncx: ^0.0.1 copied to clipboard
A lightweight, flexible state management solution for Flutter, providing notifiers, builders, and consumers for reactive UI updates with minimal boilerplate.
0.0.1 #
- Initial release of SyncX.
- Notifier-based state management for Flutter.
BaseNotifierandNotifierclasses for state logic.NotifierRegisterfor easy provider integration.NotifierBuilderfor rebuilding UI on state changes.NotifierListenerfor side-effect listening.NotifierConsumerfor combined build and listen.- Fine-grained rebuild/listen control with
buildWhenandlistenWhen. - Full documentation and usage examples.
- MIT License.