syncx 0.0.91
syncx: ^0.0.91 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 Dart:
$ dart pub add syncxWith Flutter:
$ flutter pub add syncxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
syncx: ^0.0.91Alternatively, your editor might support dart pub get or 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';