We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d515 commit 46a3ce2Copy full SHA for 46a3ce2
example/ios/Podfile
@@ -42,6 +42,9 @@ post_install do |installer|
42
'$(inherited)',
43
## dart: PermissionGroup.notification
44
'PERMISSION_NOTIFICATIONS=1',
45
+
46
+ ## dart: [PermissionGroup.location, PermissionGroup.locationAlways, PermissionGroup.locationWhenInUse]
47
+ 'PERMISSION_LOCATION=1',
48
]
49
end
50
example/ios/Podfile.lock
@@ -35,6 +35,6 @@ SPEC CHECKSUMS:
35
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
36
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
37
38
-PODFILE CHECKSUM: 63e7f18f432a67ba8fa28a2267b41a55af316244
+PODFILE CHECKSUM: 6a4266d3330aac6015429d2c0649a19605e68838
39
40
COCOAPODS: 1.11.2
0 commit comments