puer_effect_handlers 1.0.0 copy "puer_effect_handlers: ^1.0.0" to clipboard
puer_effect_handlers: ^1.0.0 copied to clipboard

Ready-to-use effect handlers for Puer state management library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add puer_effect_handlers

With Flutter:

 $ flutter pub add puer_effect_handlers

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

dependencies:
  puer_effect_handlers: ^1.0.0

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:puer_effect_handlers/puer_effect_handlers.dart';
1
likes
160
points
195
downloads

Documentation

API reference

Publisher

verified publishervorky.io

Weekly Downloads

Ready-to-use effect handlers for Puer state management library.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, puer

More

Packages that depend on puer_effect_handlers