SystemShortcutsFlutter
SystemShortcutsFlutter copied to clipboard
Flutter plugin to use system shortcuts.
Is there any plan for null safely migration?
Can't toggle wifi with SystemShortcuts.wifi() The bluetooth toggle is working fine but the wifi is not version 1.0.0
Hey, I wanted to use your library to figure out the state of the Bluetooth adapter on my iPhone X with iOS 14. However, the variable checkBluetooth always returns true,...
First of all, thank you for your awesome plugin! 😄 The dependency is adding the following permissions in the `AndroidManifest.xml`. - `android.permission.ACCESS_WIFI_STATE` - `android.permission.CHANGE_WIFI_STATE` - `android.permission.BLUETOOTH` - `android.permission.BLUETOOTH_ADMIN ` I...
When trying to install in IOS it says Unable to determine Swift version for the following pods: `system_shortcuts` does not specify a Swift version and none of the targets (`Runner`)...
Hello, I have an error during build on iOS: ``` ** BUILD FAILED ** Xcode's output: /.../flutter/.pub-cache/hosted/pub.dartlang.org/system_shortcuts-0.2.2/ios/Classes/SwiftySystemShortcutsPlugin.swift:32:14: warning: variable '_arguments' was never mutated; consider changing to 'let' constant. var _arguments...
Version 0.2.0: Volume up / down / get current volume not working for iOS.