network_info_plus 5.0.0 copy "network_info_plus: ^5.0.0" to clipboard
network_info_plus: ^5.0.0 copied to clipboard

retracted

Flutter plugin for discovering information (e.g. WiFi details) of the network.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add network_info_plus

With Flutter:

 $ flutter pub add network_info_plus

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

dependencies:
  network_info_plus: ^5.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:network_info_plus/network_info_plus.dart';
690
likes
0
points
198k
downloads

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

Flutter plugin for discovering information (e.g. WiFi details) of the network.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, ffi, flutter, flutter_web_plugins, meta, network_info_plus_platform_interface, nm, win32

More

Packages that depend on network_info_plus