wifluttings 0.1.1 copy "wifluttings: ^0.1.1" to clipboard
wifluttings: ^0.1.1 copied to clipboard

outdated

Redirect your Flutter application to the Native WiFi Settings.

wifluttings #

Redirect your Flutter application to the Native WiFi Settings.

Version

Features #

  • Open the Native Wifi Settings on:
    • Android
    • iOS

Preview #

preview

Getting Started #

First, you need add wifluttings in the dependencies list:

dependencies:
  wifluttings: 0.1.1

Then, you will need import the class:

import 'package:wifluttings/wifluttings.dart';

Finally, you could redirect your application to the Native WiFi Settings with:

Wifluttings.openNativeWifiSettings;

if you need check if the settings was opened, you could check the wifluttings response like:

bool settingsWasOpened = await Wifluttings.openNativeWifiSettings; 
1
likes
0
pub points
11%
popularity

Publisher

unverified uploader

Redirect your Flutter application to the Native WiFi Settings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on wifluttings