I think you should open the notification settings of an app then ask user to disable it ... If it look perfect to you then use this plugin to open the notification settings pub.dev/packages/app_settings It will open the notification settings using settings app then ask user to pick a specific app then disable it .... Or if isn't looking ok then please elaborate your requirement
@@BeDevelopers Thank you! I want to ask another query, how to disable overall notification, like notifications from other apps while i'm using my created app?
I think you should go with DND... It will suppress all notification .... When you enable it ...... Edit : and sorry for late reply pub.dev/packages/flutter_dnd
Best video about permission handling i have seen.
Keep up your good work.
Very nice explanation thankyou so much 🙏🏼🙏🏼👍🏼
thank u solved my headache
Thanks for the tutorial.
Good job, clean and efficient, thanks for everything.
Very helpful video! Thank you.
Nice...
thank you, excellent video !
How to get permission through this package at api level 24, minsdkversion 24 ??
very thanks friend :D
when ever i am click on icon button every time it is landed on denied option and i am not getting any dialog box also for allow permissions
You need to check the request... Check whether the request is already denied then open the app settings to allow the permission
Hey! Is there any package where I can deny access to notification? I want to disable the in-app notifications. Can you help?
I think you should open the notification settings of an app then ask user to disable it ... If it look perfect to you then use this plugin to open the notification settings
pub.dev/packages/app_settings
It will open the notification settings using settings app then ask user to pick a specific app then disable it ....
Or if isn't looking ok then please elaborate your requirement
@@BeDevelopers Thank you! I want to ask another query, how to disable overall notification, like notifications from other apps while i'm using my created app?
I think you should go with DND... It will suppress all notification .... When you enable it ......
Edit : and sorry for late reply
pub.dev/packages/flutter_dnd
If it doesn't look ok to you, then I will search for another possibility....
@@BeDevelopers Thank you, this helped me a lot!
will this work with android 11 and above, I know I can use this for android 10 ->" android:requestLegacyExternalStorage="true" ".
Yes it will work and you are right about requestLegacyExternalStorage must be true , when you want to access the data from storage
It shows no permission in the manifest
Check whether you have provided tha tag in androidmanifest.xml