rxflare 1.3.0 copy "rxflare: ^1.3.0" to clipboard
rxflare: ^1.3.0 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 Flutter:

 $ flutter pub add rxflare

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

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

Documentation

API reference

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

MIT (license)

Dependencies

flutter

More

Packages that depend on rxflare