reactify 1.1.1 copy "reactify: ^1.1.1" to clipboard
reactify: ^1.1.1 copied to clipboard

This library makes it easier to build reactive user interface components in pure Dart. It is intended to be used in framework-less web development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reactify

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

dependencies:
  reactify: ^1.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:reactify/reactify.dart';
0
likes
40
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

This library makes it easier to build reactive user interface components in pure Dart. It is intended to be used in framework-less web development.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on reactify