Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down