flutter_loading_overlay 1.0.0 copy "flutter_loading_overlay: ^1.0.0" to clipboard
flutter_loading_overlay: ^1.0.0 copied to clipboard

`FlutterLoadingOverlay` is a simple yet flexible Flutter package that enables developers to show and hide loading overlays with minimal effort. This package introduces global getters (`startLoading` a [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_loading_overlay

With Flutter:

 $ flutter pub add flutter_loading_overlay

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

dependencies:
  flutter_loading_overlay: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_loading_overlay/flutter_loading_overlay.dart';
6
likes
0
points
49
downloads

Publisher

verified publisheresolutionsprovider.com

Weekly Downloads

`FlutterLoadingOverlay` is a simple yet flexible Flutter package that enables developers to show and hide loading overlays with minimal effort. This package introduces global getters (`startLoading` and `stopLoading`) to make it incredibly easy to manage loading overlays without needing to write long code or pass contexts. With customizable opacity, overlay color, and support for custom loading widgets, this package offers powerful customization options in just a few lines of code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flutter_loading_overlay