tryhard 1.0.1 copy "tryhard: ^1.0.1" to clipboard
tryhard: ^1.0.1 copied to clipboard

Continue trying to run something on an interval until it succeeds or the timeout elapses.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tryhard

With Flutter:

 $ flutter pub add tryhard

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

dependencies:
  tryhard: ^1.0.1

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:tryhard/tryhard.dart';
0
likes
140
points
66
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

Continue trying to run something on an interval until it succeeds or the timeout elapses.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on tryhard