spencerccf / app_settings

Flutter plugin for accessing app phone settings for iOS and Android
MIT License
341 stars 129 forks source link

No implementation found for method openSettingsPanel #207

Open YueLiXing opened 11 months ago

YueLiXing commented 11 months ago

5.1.1 ios

AppSettings.openAppSettingsPanel(AppSettingsPanelType.wifi);

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method openSettingsPanel on channel com.spencerccf.app_settings/methods)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:294:7)

testflutter_1.zip

navaronbracke commented 11 months ago

Application settings panels are an Android Q feature and are not available on iOS.

https://developer.android.com/reference/android/provider/Settings.Panel

asadbekdev commented 10 months ago

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method openSettingsPanel on channel com.spencerccf.app_settings/methods)

0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7)

Same error

navaronbracke commented 10 months ago

@asadbekdev As I said above, the Settings Panel API is Android only.

ChristineWasike commented 8 months ago

@navaronbracke What is the iOS alternative for this?

navaronbracke commented 8 months ago

I'm not sure if iOS has a similar API at all. If you find a reference to such an API, please let me now.

ChristineWasike commented 8 months ago

Will do, thanks!

YueLiXing commented 8 months ago

App-Prefs:Bluetooth App-Prefs:WIFI 还是可以跳转到相关页面的