waiting 1.0.3  waiting: ^1.0.3 copied to clipboard
waiting: ^1.0.3 copied to clipboard
Waiting is a part of any app: loading resources takes time and the user needs to be informed that he has to wait. This package provides a `WaitingWidget`: a widget showing a progress indicator, includ [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add waitingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  waiting: ^1.0.3Alternatively, 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:waiting/waiting.dart';