open_device_settings 1.0.1
open_device_settings: ^1.0.1 copied to clipboard
A Flutter plugin to open system settings panels (WiFi, Bluetooth, NFC, Display, etc.) on Android, iOS, Windows, macOS, and Linux.
1.0.1 #
- Remove PrivacyInfo file in macOS for remove the warning in build.
1.0.0 #
- Initial release.
- Added support for opening native system settings panels on Android, iOS, Windows, macOS, and Linux.
- Added
DeviceSettings.open(...),DeviceSettings.isSupported(...), andDeviceSettings.openSystemSettings()APIs. - Added
DeviceSettings.getSupportedPanels()to list available panels on the current platform. - Included broad
SettingsPanelenum support for network, display, notifications, apps, security, privacy, system, and hardware settings.