poller 1.1.3 copy "poller: ^1.1.3" to clipboard
poller: ^1.1.3 copied to clipboard

discontinuedreplaced by: async

A custom poller for Flutter apps to use to periodically poll for information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add poller

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

dependencies:
  poller: ^1.1.3

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

Publisher

unverified uploader

A custom poller for Flutter apps to use to periodically poll for information.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on poller