syncx 0.0.81
syncx: ^0.0.81 copied to clipboard
Flutter state management made easy: SyncX is a lightweight, flexible solution with notifiers, builders, and consumers for reactive UI updates. Inspired by provider, bloc, and riverpod.
0.0.81 #
- Improved documentation and made minor formatting adjustments.
0.0.8 #
- Updated: Documentation.
0.0.7 #
- Updated: Documentation patch.
0.0.6 #
- Updated: Documentation for clarity and completeness, including improved usage examples and API explanations.
0.0.5 #
- Updated: Example
0.0.4 #
- Fix: Format
0.0.3 #
- Lowered Dart SDK minimum version to >=2.17.0 for broader compatibility with more Flutter projects.
- Updated pubspec and documentation to reflect compatibility improvements.
0.0.2 #
- Improved async state handling:
AsyncNotifiernow supports asynconInitreturning a Future. - Updated documentation and README for clarity and conciseness.
- Example app refactored for modularity and better demonstration of both sync and async notifiers.
- Minor API and doc improvements for lifecycle mixins and async state.
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.