Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No implementation found for method openSettingsPanel #207

Open
YueLiXing opened this issue Dec 4, 2023 · 7 comments
Open

No implementation found for method openSettingsPanel #207

YueLiXing opened this issue Dec 4, 2023 · 7 comments

Comments

@YueLiXing
Copy link

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
Copy link
Contributor

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

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

@asadbekdev
Copy link

[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
Copy link
Contributor

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

@ChristineWasike
Copy link

@navaronbracke What is the iOS alternative for this?

@navaronbracke
Copy link
Contributor

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
Copy link

Will do, thanks!

@YueLiXing
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants