active_observers 0.7.0 copy "active_observers: ^0.7.0" to clipboard
active_observers: ^0.7.0 copied to clipboard

A new way to create composable UI logic, inspired by React hooks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add active_observers

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

dependencies:
  active_observers: ^0.7.0

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:active_observers/active_observers.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new way to create composable UI logic, inspired by React hooks.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on active_observers