network_info_plus_watchos 0.0.1 copy "network_info_plus_watchos: ^0.0.1" to clipboard
network_info_plus_watchos: ^0.0.1 copied to clipboard

watchOS implementation of the network_info_plus plugin, exposing Wi-Fi IPv4 and IPv6 addresses via getifaddrs and dart:ffi (SSID is unavailable on watchOS).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_info_plus_watchos

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

dependencies:
  network_info_plus_watchos: ^0.0.1

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_watchos/network_info_plus_watchos.dart';
0
likes
140
points
101
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of the network_info_plus plugin, exposing Wi-Fi IPv4 and IPv6 addresses via getifaddrs and dart:ffi (SSID is unavailable on watchOS).

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #network

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, network_info_plus_platform_interface

More

Packages that depend on network_info_plus_watchos

Packages that implement network_info_plus_watchos