flutter_reactive_widget 1.0.8 copy "flutter_reactive_widget: ^1.0.8" to clipboard
flutter_reactive_widget: ^1.0.8 copied to clipboard

Simple reactive state management for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_reactive_widget

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

dependencies:
  flutter_reactive_widget: ^1.0.8

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:flutter_reactive_widget/flutter_reactive_widget.dart';
3
likes
140
pub points
23%
popularity

Publisher

unverified uploader

Simple reactive state management for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_reactive_widget