flutter_loading_widgets library

A comprehensive Flutter package for loading states, progress indicators, and overlay components with cross-platform support.

Classes

CustomProgressHud
Wraps content with a modal "blocking" loading overlay. Shows a platform-appropriate spinner when isLoading is true: • iOS/macOS → CupertinoActivityIndicator • Android/others → CircularProgressIndicator
LoadingOverlay
A reusable loading overlay widget that shows a centered loading indicator with a semi-transparent background to prevent user interaction

Extensions

LoadingOverlayExtension on Widget
Extension to easily wrap any widget with loading overlay