wiflutter 0.0.6 wiflutter: ^0.0.6 copied to clipboard
Control Wi-Fi in Flutter like a boss. Take the reins of connectivity for Android and iOS with swagger – connect, disconnect, and snag SSIDs effortlessly. Your Wi-Fi, your rules – boss mode activated!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wiflutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
wiflutter: ^0.0.6
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:wiflutter/wiflutter.dart';