Lewis
Lewis
pull_to_refresh换成flutter_easyrefresh
@justkawal Any news on this? :)
Can you give me a demo?
Describe your problem in detail?
When the user chooses not again, you should prompt the user Permission.openSettings.
@harshapulikollu On first lauch you should requestPermissions and then handle the latter things based on the returned results.
if you do not have requests, ContextCompat.checkSelfPermission(registrar.activity(), permission) == PackageManager.PERMISSION_DENIED && ActivityCompat.shouldShowRequestPermissionRationale(activity, permission) == false, this is the same as NotAgain
Describe your problem in detail?
We can request permissions together when the user opens the app for the first time on Android, but we can only request single permission on iOS.
I am an Android developer, it is difficult for me. ^_^