network_info_plus 6.1.3 copy "network_info_plus: ^6.1.3" to clipboard
network_info_plus: ^6.1.3 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 Flutter:

 $ flutter pub add network_info_plus
copied to clipboard

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

dependencies:
  network_info_plus: ^6.1.3
copied to clipboard

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:network_info_plus/network_info_plus.dart';
copied to clipboard
697
likes
150
points
164k
downloads

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

2024.09.15 - 2025.03.30

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#network #information #utils

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on network_info_plus