is_loading_widget 0.0.2 copy "is_loading_widget: ^0.0.2" to clipboard
is_loading_widget: ^0.0.2 copied to clipboard

A Flutter package for handling loading states with overlaying indicators.

is_loading_widget #

A Flutter package for handling loading states by overlaying a loading indicator on top of a child widget.

Features #

  • Overlay loading indicator on top of a child widget.
  • Customize background color, visibility, and whether to build the child while loading.

Getting started #

To use this package, add is_loading_widget as a dependency in your pubspec.yaml file.

dependencies:
  is_loading_widget: ^0.0.1

Then, run:
    flutter pub get
Usage
    Import the package in your Dart code:
        import 'package:is_loading_widget/is_loading_widget.dart';
Use the IsLoadingWidget in your widget tree:
    IsLoadingWidget(
  isLoading: true, // Set to true to show the loading indicator.
  child: YourChildWidget(), // Your main child widget.
)
Additional information
For more details, check the example folder.

For information on how to contribute to the package, see CONTRIBUTING.md.
If you encounter any issues or have questions, feel free to file an issue.
Your contributions are welcome! Please follow our code of conduct.

copied to clipboard
2
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

A Flutter package for handling loading states with overlaying indicators.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on is_loading_widget