dartfier 0.1.0 copy "dartfier: ^0.1.0" to clipboard
dartfier: ^0.1.0 copied to clipboard

Fine-grained reactivity for Flutter, built on ChangeNotifier: Signal, Computed, Effect, AsyncSignal and an auto-tracking Observer widget. Zero dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dartfier

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

dependencies:
  dartfier: ^0.1.0

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:dartfier/dartfier.dart';
1
likes
160
points
91
downloads

Documentation

API reference

Publisher

verified publisheredunatalec.com

Weekly Downloads

Fine-grained reactivity for Flutter, built on ChangeNotifier: Signal, Computed, Effect, AsyncSignal and an auto-tracking Observer widget. Zero dependencies.

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #signals #reactivity #flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dartfier