connect_network_gbb 1.0.3 copy "connect_network_gbb: ^1.0.3" to clipboard
connect_network_gbb: ^1.0.3 copied to clipboard

discontinued

A new Flutter package which provides network-aware widgets.It allows Flutter apps provide feedback on your app when it's not connected to it, or when there's no connection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connect_network_gbb

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  connect_network_gbb: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:connect_network_gbb/connect_network_gbb.dart';
1
likes
20
pub points
0%
popularity

Publisher

verified publisherismailunal.net

A new Flutter package which provides network-aware widgets.It allows Flutter apps provide feedback on your app when it's not connected to it, or when there's no connection.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on connect_network_gbb