File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# flutter-force-permission
2
2
3
- ![ Build] ( https://github.com/github/ gogovan/flutter-force-permission/workflows/build.yaml/badge.svg )
3
+ ![ Build] ( https://github.com/gogovan/flutter-force-permission/actions /workflows/build.yaml/badge.svg )
4
4
![ codecov] ( https://codecov.io/gh/gogovan/flutter-force-permission/branch/main/graph/badge.svg?token=F9DPJUAVAJ )
5
5
6
6
Show permission disclosure page and allows required permissions and their associated services before
@@ -171,6 +171,13 @@ final config = FlutterForcePermissionConfig(
171
171
);
172
172
` ` `
173
173
174
+ # # Known Issues
175
+
176
+ - Currently it depends on our fork
177
+ of [`flutter-permission-handler`](https://github.com/gogovan/flutter-permission-handler) instead
178
+ of the original to fix an issue for iOS. You may track the
179
+ issue and pull request [here](https://github.com/Baseflow/flutter-permission-handler/pull/967).
180
+
174
181
# # Issues
175
182
176
183
# # Contributing
Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ dependencies:
13
13
flutter :
14
14
sdk : flutter
15
15
meta : ^1.8.0
16
- permission_handler : ^10.2.0
16
+ permission_handler :
17
+ git :
18
+ url : https://github.com/gogovan/flutter-permission-handler.git
19
+ ref : master
20
+ path : permission_handler
17
21
app_settings : ^4.1.8
18
22
shared_preferences : ^2.0.15
19
23
You can’t perform that action at this time.
0 commit comments