responder 0.0.2 copy "responder: ^0.0.2" to clipboard
responder: ^0.0.2 copied to clipboard

outdated

Stateful builders that accept null returns and avoid rebuild. These are useful where you want to listen to streams or providers and do something other than returning a widget to build, like pushing a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responder

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

dependencies:
  responder: ^0.0.2

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

Publisher

verified publishercookytech.in

Stateful builders that accept null returns and avoid rebuild. These are useful where you want to listen to streams or providers and do something other than returning a widget to build, like pushing a route, showing a dialog, etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on responder