connection_status_bar 0.0.4 connection_status_bar: ^0.0.4 copied to clipboard
A widget that animates when internet connection changes.
connection_status_bar #
A widget that animates when internet connection changes
Getting Started #
add it to your dependecies then use it anywhere on your app, usually in a widget that is on top of all of your widgets.
ConnectionStatusBar(
// default title
title: Text(
'Please check your internet connection',
style: TextStyle(color: Colors.white, fontSize: 14),
),
color: Colors.redAccent, // default color
),