dart_wait 1.0.0 copy "dart_wait: ^1.0.0" to clipboard
dart_wait: ^1.0.0 copied to clipboard

A shorter way to make your dart program sleep/wait.

dart_wait #

A shorter way to make your dart program sleep/wait.

Usage/Example #

import 'package:dart_wait/dart_wait.dart';

void main() {
    print("Hello World!");
    wait(1); // wait(seconds)
    print("Another line after waiting 1 second");
}
3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A shorter way to make your dart program sleep/wait.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on dart_wait