reactive_component 0.1.2+3 copy "reactive_component: ^0.1.2+3" to clipboard
reactive_component: ^0.1.2+3 copied to clipboard

outdated

A package that supports for creating stream-based reactive components.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reactive_component

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

dependencies:
  reactive_component: ^0.1.2+3

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:reactive_component/reactive_component.dart';
1
likes
40
points
4
downloads

Publisher

verified publisherpolyflection.com

Weekly Downloads

A package that supports for creating stream-based reactive components.

Homepage

License

BSD-3-Clause (license)

Dependencies

meta, pedantic

More

Packages that depend on reactive_component