syncx 0.1.9
syncx: ^0.1.9 copied to clipboard
syncx is a lightweight, flexible Flutter state management library with notifiers and reactive UI updates, inspired by provider, bloc, and riverpod.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add syncx
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
syncx: ^0.1.9
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:syncx/syncx.dart';