Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
2.05k
stars
859
forks
source link
Fixed crashing on machines with early windows 10 version #1389
Open
krll-kov opened 1 month ago
Fixed following issue: https://github.com/Baseflow/flutter-permission-handler/issues/1388
Pre-launch Checklist
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is does not need version changes.CHANGELOG.md
to add a description of the change.///
).main
.dart format .
and committed any changes.flutter analyze
and fixed any errors.