network_status_dialog 0.0.1
network_status_dialog: ^0.0.1 copied to clipboard
A Flutter package that shows an offline dialog when the user loses internet connection. Easily customizable with your own colors, text, and Lottie animation.
All notable changes to this project will be documented in this file.
## [0.0.1] - 2025-08-05
### π Initial Release
- β
Added `NetworkStatusListener` widget for auto-detecting network changes.
- β
Configurable offline dialog via `NetworkDialogConfig`.
- β
Clean, customizable UI with support for:
- Custom title, description
- Primary color override
- β
Handles airplane mode, offline, and reconnection scenarios automatically.
- β
Lightweight & plug-and-play β works with any Flutter app.
---