open_settings 1.0.1
open_settings: ^1.0.1 copied to clipboard
A flutter plugin packages for open the app settings in Android and Ios
open_settings 1.0.1 #
Add openSoundSetting() to access platform specific 'sound' settings menu.
open_settings 1.0.0 #
Add openSecuritySetting() to access platform specific 'security' settings menu.
open_settings 0.0.1 #
Platform Specifics #
The following setting options available on both iOS and Android:
openWIFISetting,
openMobileDataSetting,
openLocationSetting,
openAppSetting,
openBluetoothSetting,
openNotificationSetting.
iOS #
All of the above options open the current 'app' settings section if there are settings defined. If no current settings are defined for the app the iPhone Settings Screen will be displayed.
Android #
All of the above options will open and display the corresponding screen:
WIFI,
Mobile Data,
Location,
App Setting,
Bluetooth,
Notification.