basic_loading_overlay 2.0.1
basic_loading_overlay: ^2.0.1 copied to clipboard
A basic modal loading overlay that blocks navigation and user interaction until programmatically dismissed.
2.0.1 #
- DOCS: added a private constructor to prevent the implicit public constructor from being exposed in generated documentation.
- DOCS: improved public API documentation coverage reported by pub.dev.
2.0.0 #
- BREAKING: made
BasicLoadingOverlayprivate and removed it from the public API.LoadingOverlay.show()is now the only supported public API. - FEAT: added
strokeWidthcustomization for the loading indicator. - FIX: prevented accidental overlay dismissal using
barrierDismissible: false. - REFACTOR: simplified the public API and improved internal parameter resolution.
- DOCS: improved public API documentation and README examples.
- TEST: added widget tests for overlay display, dismissal, and custom parameter handling.
- CHORE: added parameter validation assertions and general cleanup improvements.
1.0.3 #
Updating Flutter SDK version
1.0.2 #
Updating Flutter SDK version
1.0.1 #
Updating Dart SDK version
1.0.0 #
Adding description to pubspec as convention requires