redus 0.4.4 copy "redus: ^0.4.4" to clipboard
redus: ^0.4.4 copied to clipboard

A Vue-like fine-grained reactivity system for Dart with dependency injection. Developer utilities for convenience and performance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add redus

With Flutter:

 $ flutter pub add redus

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

dependencies:
  redus: ^0.4.4

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:redus/redus.dart';
0
likes
160
points
431
downloads

Publisher

unverified uploader

Weekly Downloads

A Vue-like fine-grained reactivity system for Dart with dependency injection. Developer utilities for convenience and performance.

Repository (GitHub)
View/report issues

Topics

#reactivity #state-management #vue #reactive #dependency-injection

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on redus