flutter-permission-handler
flutter-permission-handler copied to clipboard
Permission now working
🐛 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();
}
}
hi did you solve that ?
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: @.***>
This might help https://www.youtube.com/watch?v=uMvGpBOT0ZY
Dear @apurvandroid,
Is seems to work on Android 13. Can you check if it is working in the example app?
Kind regards,
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.