auto_reload 1.1.0 copy "auto_reload: ^1.1.0" to clipboard
auto_reload: ^1.1.0 copied to clipboard

A library that helps to perform actions with some periodicity

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_reload

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

dependencies:
  auto_reload: ^1.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:auto_reload/auto_reload.dart';
19
likes
130
pub points
83%
popularity

Publisher

verified publishersurf.ru

A library that helps to perform actions with some periodicity

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

connectivity_plus, flutter

More

Packages that depend on auto_reload