rxflare 1.1.9 copy "rxflare: ^1.1.9" to clipboard
rxflare: ^1.1.9 copied to clipboard

A high-performance reactive state management library for Flutter featuring automatic dependency tracking and granular field-level updates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rxflare

With Flutter:

 $ flutter pub add rxflare

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

dependencies:
  rxflare: ^1.1.9

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:rxflare/rxflare.dart';
2
likes
0
points
494
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance reactive state management library for Flutter featuring automatic dependency tracking and granular field-level updates.

Repository (GitHub)
View/report issues

Topics

#state-management #reactive #flutter-widgets #performance

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rxflare