yanncabral / open_settings_plus

The most complete flutter plugin packages for open various settings screen in Android and newer iOS.
MIT License
19 stars 13 forks source link

open NFC settings is missing #1

Closed volkangurol closed 1 year ago

volkangurol commented 1 year ago

Thank you for great library, can you add open NFC settings please ?

As a workaround i called it with OpenSettingsPlusPlatform.instance.sendMessageToNative('android.settings.NFC_SETTINGS')

yanncabral commented 1 year ago

Hello! I'm glad that you're enjoying.

All the functionalities are calling sendMessageToNative. You did the right workaround. You can simply create a pull request with the new functionality, and I'll review and approve it. How about that?