connection_status_bar 0.0.3 copy "connection_status_bar: ^0.0.3" to clipboard
connection_status_bar: ^0.0.3 copied to clipboard

outdated

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
),
60
likes
0
pub points
81%
popularity

Publisher

unverified uploader

A widget that animates when internet connection changes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity, flutter

More

Packages that depend on connection_status_bar