load 0.1.0 load: ^0.1.0 copied to clipboard
Global loading widget, Pure flutter library, not use native code. It is similar to OKToast in use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add load
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
load: ^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:load/load.dart';