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

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: ^4.0.2

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