flutter_network_reachability_banner 1.0.1 copy "flutter_network_reachability_banner: ^1.0.1" to clipboard
flutter_network_reachability_banner: ^1.0.1 copied to clipboard

A minimal and elegant Flutter package that displays offline/online toast notifications with retry functionality. Perfect for reducing support noise during network outages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_network_reachability_banner

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

dependencies:
  flutter_network_reachability_banner: ^1.0.1

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:flutter_network_reachability_banner/flutter_network_reachability_banner.dart';
1
likes
140
points
13
downloads

Publisher

verified publishermuz.satech.dev

Weekly Downloads

A minimal and elegant Flutter package that displays offline/online toast notifications with retry functionality. Perfect for reducing support noise during network outages.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, toastification

More

Packages that depend on flutter_network_reachability_banner