wiflutter 0.0.6 copy "wiflutter: ^0.0.6" to clipboard
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!

pub license


Control Wi-Fi in Flutter like a boss.

Setup #

The easiest way to add the WiFlutter library to your project is by adding it as a dependency to your pubspec.yaml

dependencies:
  wiflutter: ^0.0.4

Usage #

Connect:

await _wiFlutterPlugin.connect(
  ssid: 'Diablo_III',
  password: 'st0x1_0xf_j0rdan',
  enterpriseCertificate: EnterpriseCertificateEnum.WPA2_PSK,
  withInternet: false,
);

Disconnect:

await _wiFlutterPlugin.disconnect();

Wi-Fi Challenge Rift Guide #

Description Android iOS
Connect/Disconnect
Fuzzing Connect
Wi-Fi Protected Access
Enable/Disable Wi-Fi
Get Wi-Fi status
Get Wi-Fi current SSID
Get Wi-Fi current IP

Compatibility #

Android LOLLIPOP 5.0+

License #

MIT License

Copyright (c) 2023 HearSilent

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8
likes
140
pub points
69%
popularity

Publisher

unverified uploader

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!

Homepage
Repository (GitHub)
View/report issues

Topics

#wifi #iot

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wiflutter