connectivity_alert_widget 1.0.0 copy "connectivity_alert_widget: ^1.0.0" to clipboard
connectivity_alert_widget: ^1.0.0 copied to clipboard

outdated

A Flutter package to handle connectivity in an elegant way

A package to simplify the task of showing users whether they are online or offline

Using #

The package has the ConnectivityAlertWidget, to use it only pass the widget to show when online and the widget to show when offline. The package abstract all of the hard work.

ConnectivityAlertWidget(
  onlineWidget: Icon(Icons.network_wifi, color: Colors.green, size: 280),
  offlineWidget: Icon(Icons.signal_wifi_off, color: Colors.red, size: 280),
)

You can choose anything to be your onlineWidget or offlineWidget but it's recomended to use something that easily inform the user about her current online status.

Example

13
likes
0
pub points
53%
popularity

Publisher

verified publisherrodrigobastos.dev

A Flutter package to handle connectivity in an elegant way

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity, flutter

More

Packages that depend on connectivity_alert_widget