network_status_dialog 0.0.11
network_status_dialog: ^0.0.11 copied to clipboard
A Flutter package that shows an offline dialog when the user loses internet connection. Easily customizable with your own colors, text.
0.0.11 #
- Improved documentation for better understanding.
0.0.10 #
0.0.9 #
0.0.8 #
0.0.7 #
0.0.6 #
0.0.3 #
Fixed #
- Fixed issue where dialog was not shown if
NetworkStatusListener
was placed insideMaterialApp
,GetMaterialApp
, or any provider-based root Dialog context now correctly initializes whenNetworkStatusListener
is placed above the app root
0.0.2 #
Fixed #
- Resolved issue where asset image path was not recognized
- Improved README.md with clear usage instructions and integration steps
- Downgraded Dart SDK constraint from
>=3.8.0
to>=3.7.0
for broader compatibility
0.0.1 #
Initial Release #
- Introduced
NetworkStatusListener
widget for auto-detecting network connectivity changes - Show customizable offline dialog using
NetworkDialogConfig
- Clean, minimal UI with options for:
- Custom title, description text
- Primary color for icon/buttons
- Handles airplane mode, no internet, and auto-dismiss on reconnection
- Lightweight and easy to integrate with any Flutter app