no_internet_snackbar 0.0.2 copy "no_internet_snackbar: ^0.0.2" to clipboard
no_internet_snackbar: ^0.0.2 copied to clipboard

A customizable Flutter widget that automatically shows a snackbar-style when the internet connection is lost or restored.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add no_internet_snackbar

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

dependencies:
  no_internet_snackbar: ^0.0.2

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:no_internet_snackbar/no_internet_snackbar.dart';
4
likes
160
points
7
downloads

Publisher

verified publisherdashstack.tech

Weekly Downloads

A customizable Flutter widget that automatically shows a snackbar-style when the internet connection is lost or restored.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, cupertino_icons, flutter

More

Packages that depend on no_internet_snackbar