bouncer 1.0.2 copy "bouncer: ^1.0.2" to clipboard
bouncer: ^1.0.2 copied to clipboard

Bouncer debounces actions and makes sure any long-running requests will be ignored.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bouncer

With Flutter:

 $ flutter pub add bouncer

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

dependencies:
  bouncer: ^1.0.2

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:bouncer/bouncer.dart';
4
likes
140
pub points
46%
popularity

Publisher

verified publisheractvst.com

Bouncer debounces actions and makes sure any long-running requests will be ignored.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on bouncer