wifi_configuration 2.0.0 copy "wifi_configuration: ^2.0.0" to clipboard
wifi_configuration: ^2.0.0 copied to clipboard

retracted

Connect Android and iOS devices to a Wi-Fi network, read the current SSID, and list available networks. Null-safe and Dart 3 compatible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wifi_configuration

With Flutter:

 $ flutter pub add wifi_configuration

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

dependencies:
  wifi_configuration: ^2.0.0

Alternatively, your editor might support dart pub get or 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_configuration/wifi_configuration.dart';
25
likes
0
points
210
downloads

Publisher

unverified uploader

Weekly Downloads

Connect Android and iOS devices to a Wi-Fi network, read the current SSID, and list available networks. Null-safe and Dart 3 compatible.

Repository (GitHub)
View/report issues

Topics

#wifi #network #android #ios

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wifi_configuration

Packages that implement wifi_configuration