wifi_status 0.0.8 copy "wifi_status: ^0.0.8" to clipboard
wifi_status: ^0.0.8 copied to clipboard

The wifi_status package provides a simple way to check the Wi-Fi connection status on a device. It allows you to determine whether the device is connected to Wi-Fi, not connected, or using mobile data [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wifi_status

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

dependencies:
  wifi_status: ^0.0.8

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:wifi_status/wifi_status.dart';
0
likes
120
points
154
downloads

Publisher

verified publishermahafujerrahman.xyz

Weekly Downloads

The wifi_status package provides a simple way to check the Wi-Fi connection status on a device. It allows you to determine whether the device is connected to Wi-Fi, not connected, or using mobile data. The package is compatible with Flutter 2.0+ and supports null safety.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter

More

Packages that depend on wifi_status