polling_builder 0.1.0 copy "polling_builder: ^0.1.0" to clipboard
polling_builder: ^0.1.0 copied to clipboard

A Flutter widget that polls data at regular intervals and when conditions are met, similar to StreamBuilder but for polling APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add polling_builder

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

dependencies:
  polling_builder: ^0.1.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:polling_builder/polling_builder.dart';
3
likes
160
points
23
downloads

Publisher

verified publishermulderdigital.com

Weekly Downloads

A Flutter widget that polls data at regular intervals and when conditions are met, similar to StreamBuilder but for polling APIs.

Repository (GitHub)
View/report issues

Topics

#widget #polling #api #stream #data-fetching

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on polling_builder