screen_loading_handler 1.0.3
screen_loading_handler: ^1.0.3 copied to clipboard
This package is used to show loading screen while fetching data from server or any other operation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add screen_loading_handler
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
screen_loading_handler: ^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:screen_loading_handler/screen_loading_handler.dart';