reactive_variables 0.1.1 copy "reactive_variables: ^0.1.1" to clipboard
reactive_variables: ^0.1.1 copied to clipboard

This package offers a simple way to create reactive variables, ensuring your UI always stays in sync.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_variables

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

dependencies:
  reactive_variables: ^0.1.1

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:reactive_variables/reactive_variables.dart';
8
likes
140
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

This package offers a simple way to create reactive variables, ensuring your UI always stays in sync.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on reactive_variables