loading_screen 1.0.1+1 copy "loading_screen: ^1.0.1+1" to clipboard
loading_screen: ^1.0.1+1 copied to clipboard

discontinuedreplaced by: overlay_screen

A Flutter plugin to easily display and dispose standard or custom loading screens anywhere in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loading_screen

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

dependencies:
  loading_screen: ^1.0.1+1

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:loading_screen/loading_screen.dart';
0
likes
30
pub points
21%
popularity

Publisher

unverified uploader

A Flutter plugin to easily display and dispose standard or custom loading screens anywhere in your app.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on loading_screen