screen_loading_handler 1.0.3 copy "screen_loading_handler: ^1.0.3" to clipboard
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';
3
likes
160
points
44
downloads

Publisher

verified publisherhapvey.com

Weekly Downloads

This package is used to show loading screen while fetching data from server or any other operation.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on screen_loading_handler