@@ -63,9 +63,13 @@ You must list permission you want to use in your application :
...
@@ -63,9 +63,13 @@ You must list permission you want to use in your application :
target.build_configurations.eachdo|config|
target.build_configurations.eachdo|config|
...# Here are some configurations automatically generated by flutter
...# Here are some configurations automatically generated by flutter
# You can remove unused permissions here
# You can enable the permissions needed here. For example to enable camera
# for more infomation: https://github.com/BaseflowIT/flutter-permission-handler/blob/develop/permission_handler/ios/Classes/PermissionHandlerEnums.h
# permission, just remove the `#` character in front so it looks like this:
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
#
# ## dart: PermissionGroup.camera
# 'PERMISSION_CAMERA=1'
#
# Preprocessor definitions can be found in: https://github.com/Baseflow/flutter-permission-handler/blob/develop/permission_handler/ios/Classes/PermissionHandlerEnums.h