ssid_resolver_flutter 1.2.2 copy "ssid_resolver_flutter: ^1.2.2" to clipboard
ssid_resolver_flutter: ^1.2.2 copied to clipboard

A flutter plugin to resolve the SSID of the connected WiFi network, or simply: 'Get my Wifi Name'

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ssid_resolver_flutter
copied to clipboard

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

dependencies:
  ssid_resolver_flutter: ^1.2.2
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:ssid_resolver_flutter/ssid_resolver_flutter.dart';
copied to clipboard
1
likes
160
points
226
downloads

Publisher

verified publisherraoulsson.com

Weekly Downloads

2024.09.14 - 2025.03.29

A flutter plugin to resolve the SSID of the connected WiFi network, or simply: 'Get my Wifi Name'

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ssid_resolver_flutter