syncx 0.0.82 copy "syncx: ^0.0.82" to clipboard
syncx: ^0.0.82 copied to clipboard

retracted

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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add syncx

With Flutter:

 $ flutter pub add syncx

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  syncx: ^0.0.82

Alternatively, 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';
2
likes
0
points
20
downloads

Publisher

verified publishersidha6th.online

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#state-management #notifier #reactive #state #state-management-library

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on syncx