internet_connection_listener 0.0.7
internet_connection_listener: ^0.0.7 copied to clipboard
A simple package to show a No Internet Connection page using Flutter.
๐ถ Internet Connection Listener
A Flutter package to easily listen to internet connectivity changes and show a beautiful "No Internet" screen.
โจ Features #
โ
Listen to internet connection changes
๐ซ Show an auto-triggered "No Internet" screen
๐ Automatically return when back online
๐ Navigator support with a global context
๐ฑ Supports both mobile data and WiFi
๐งช Comes with an example app for quick setup
๐ธ Preview #
| Connected | Disconnected |
|---|---|
![]() |
![]() |
๐ฆ Installation #
Add the dependency in your pubspec.yaml:
dependencies:
internet_connection_listener: ^1.0.0

