Baseflow / flutter-permission-handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
https://baseflow.com
MIT License
2.05k stars 859 forks source link

[Feature request]: Flutter V3.24 - Android Compile SDK Version 34 Not Supported #1365

Closed damientms closed 3 months ago

damientms commented 3 months ago

Is there already an issue requesting this feature?

Please select affected platform(s)

Use case

To support latest android release

Proposal

Flutter last week release V3.24 which uses API LEVEL 34 But permission handler doesn't return results and throw Exception

Specific requirements or considerations

No response

Additional information or context

No response

TimHoogstrate commented 3 months ago

Dear @damientms,

Can you elaborate a bit on the subject? What exception is it throwing? Do you have some steps to reproduce? Did you try the example app? And can you add the output of 'flutter doctor -v' to the issue?

Kind regards,