network_reachability 0.0.1+1
network_reachability: ^0.0.1+1 copied to clipboard
An advanced network monitoring and resilience library for Flutter, powered by a high-performance Rust core.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add network_reachabilityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
network_reachability: ^0.0.1+1Alternatively, 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:network_reachability/network_reachability.dart';