flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Permission now working

Open apurvandroid opened this issue 3 years ago • 1 comments

🐛 Bug Report

got a errors Unhandled Exception: MissingPluginException(No implementation found for method requestPermissions on channel flutter.baseflow.com/permissions/methods)

  • [ ] :robot: Android

Future downloadFile() async {

final status = await Permission.storage.request(); print("status $status");

if (await Permission.storage.isGranted) {
  await Permission.storage.request();
  await startDownload();

} else {
  await startDownload();

}

}

apurvandroid avatar Apr 07 '22 11:04 apurvandroid

hi did you solve that ?

RahamanZirak avatar Apr 20 '22 18:04 RahamanZirak

yes it’s working but on old version so i just suggest please check on update version On Wed, 20 Apr 2022 at 11:31 PM, RahamanZirak @.***> wrote:

hi did you solve that ?

— Reply to this email directly, view it on GitHub https://github.com/Baseflow/flutter-permission-handler/issues/827#issuecomment-1104253420, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKGIPOPYKOPXQMBOOZKKE43VGBA6FANCNFSM5SZDW3TA . You are receiving this because you modified the open/close state.Message ID: @.***>

apurvandroid avatar Oct 11 '22 09:10 apurvandroid

This might help https://www.youtube.com/watch?v=uMvGpBOT0ZY

myselfuser1 avatar Mar 17 '23 12:03 myselfuser1

Dear @apurvandroid,

Is seems to work on Android 13. Can you check if it is working in the example app?

Kind regards,

TimHoogstrate avatar Aug 23 '23 13:08 TimHoogstrate

Without additional information, we are unfortunately not able to resolve this issue. Therefore, we reluctantly closed this issue for now. If you run into this issue later, feel free to file a new issue with a reference to this issue. Add a description of detailed steps to reproduce, expected and current behaviour, logs and the output of 'flutter doctor -v'. Thanks for your contribution.

github-actions[bot] avatar Sep 06 '23 16:09 github-actions[bot]