You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ced1check ,
Did you get a way to open the OS app settings using this package?
I am getting this error - Unhandled Exception: MissingPluginException(No implementation found for method openSettings on channel com.spencerccf.app_settings/methods) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
Hi @ced1check , Did you get a way to open the OS app settings using this package? I am getting this error - Unhandled Exception: MissingPluginException(No implementation found for method openSettings on channel com.spencerccf.app_settings/methods) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
I'm using system_settings, on which I created a PR. However it doesn't seem to be maintained anymore.
As for your exception, you might want to try to do a flutter clean ; flutter pub get
Anyway to open system settings, at first I though this plugin would allow that, however it only opens app's settings page itself.
There is a plugin system_settings that can do that however it's too old to be used anymore:
fweinaug/system_settings#31
The text was updated successfully, but these errors were encountered: