How to ask for permission inside flutter application ? Flutter Permission Handler Package.

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 22

  • @codewithsebastian
    @codewithsebastian Год назад

    Best video about permission handling i have seen.
    Keep up your good work.

  • @someshsahu4638
    @someshsahu4638 2 года назад +2

    Very nice explanation thankyou so much 🙏🏼🙏🏼👍🏼

  • @raymondjude47
    @raymondjude47 Год назад +1

    thank u solved my headache

  • @MdSiam-kw5ox
    @MdSiam-kw5ox Год назад

    Thanks for the tutorial.

  • @mateofernandezsolera8078
    @mateofernandezsolera8078 2 года назад

    Good job, clean and efficient, thanks for everything.

  • @DanielBerdi
    @DanielBerdi Год назад

    Very helpful video! Thank you.

  • @swapnilcodes
    @swapnilcodes Год назад

    Nice...

  • @rjrmatias
    @rjrmatias 2 года назад +1

    thank you, excellent video !

  • @shmhckr8857
    @shmhckr8857 2 года назад

    How to get permission through this package at api level 24, minsdkversion 24 ??

  • @MOFYILD
    @MOFYILD 2 года назад

    very thanks friend :D

  • @code.craftedstudio
    @code.craftedstudio 2 года назад

    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

    • @BeDevelopers
      @BeDevelopers  2 года назад

      You need to check the request... Check whether the request is already denied then open the app settings to allow the permission

  • @debangibhaumik61
    @debangibhaumik61 2 года назад +1

    Hey! Is there any package where I can deny access to notification? I want to disable the in-app notifications. Can you help?

    • @BeDevelopers
      @BeDevelopers  2 года назад +1

      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

    • @debangibhaumik61
      @debangibhaumik61 2 года назад +1

      ​@@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?

    • @BeDevelopers
      @BeDevelopers  2 года назад +2

      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

    • @BeDevelopers
      @BeDevelopers  2 года назад +1

      If it doesn't look ok to you, then I will search for another possibility....

    • @debangibhaumik61
      @debangibhaumik61 2 года назад +1

      @@BeDevelopers Thank you, this helped me a lot!

  • @mohammedrahilansari1154
    @mohammedrahilansari1154 2 года назад

    will this work with android 11 and above, I know I can use this for android 10 ->" android:requestLegacyExternalStorage="true" ".

    • @BeDevelopers
      @BeDevelopers  2 года назад +1

      Yes it will work and you are right about requestLegacyExternalStorage must be true , when you want to access the data from storage

  • @cricstarnews5395
    @cricstarnews5395 Год назад

    It shows no permission in the manifest

    • @BeDevelopers
      @BeDevelopers  Год назад

      Check whether you have provided tha tag in androidmanifest.xml