diff --git a/README.md b/README.md index ee8a1f0..1231976 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flutter-force-permission -![Build](https://github.com/github/gogovan/flutter-force-permission/workflows/build.yaml/badge.svg) +![Build](https://github.com/gogovan/flutter-force-permission/actions/workflows/build.yaml/badge.svg) ![codecov](https://codecov.io/gh/gogovan/flutter-force-permission/branch/main/graph/badge.svg?token=F9DPJUAVAJ) Show permission disclosure page and allows required permissions and their associated services before @@ -171,6 +171,13 @@ final config = FlutterForcePermissionConfig( ); ``` +## Known Issues + +- Currently it depends on our fork + of [`flutter-permission-handler`](https://github.com/gogovan/flutter-permission-handler) instead + of the original to fix an issue for iOS. You may track the + issue and pull request [here](https://github.com/Baseflow/flutter-permission-handler/pull/967). + ## Issues ## Contributing diff --git a/pubspec.yaml b/pubspec.yaml index 3362cd7..bb7be92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,11 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - permission_handler: ^10.2.0 + permission_handler: + git: + url: https://github.com/gogovan/flutter-permission-handler.git + ref: master + path: permission_handler app_settings: ^4.1.8 shared_preferences: ^2.0.15