basic_loading_overlay 1.0.3 copy "basic_loading_overlay: ^1.0.3" to clipboard
basic_loading_overlay: ^1.0.3 copied to clipboard

A basic loading overlay that creates a new scope where the user cannot leave until you programmatically pop it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add basic_loading_overlay

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

dependencies:
  basic_loading_overlay: ^1.0.3

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:basic_loading_overlay/basic_loading_overlay.dart';
0
likes
160
points
63
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A basic loading overlay that creates a new scope where the user cannot leave until you programmatically pop it.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on basic_loading_overlay