Merge branch 'main' into fix/not
This commit is contained in:
commit
c0dab5229f
|
@ -62,11 +62,11 @@
|
|||
</dict>
|
||||
</dict>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>In order to take a picture or video, this app requires permission to access the camera.</string>
|
||||
<string>FRE ACCESS HUB Uses the camera for taking profile pictures.</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Why is my app authenticating using face id?</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>In order to upload data, this app requires permission to access the photo library.</string>
|
||||
<string>FRE ACCESS HUB Uses the library for allowing the user to pick a photo for his profile picture or for a guest.</string>
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||
<true/>
|
||||
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
NSCameraUsageDescription = "dd/mm/yyyy";
|
||||
NSCameraUsageDescription = "FRE ACCESS HUB Uses the camera for taking profile pictures.";
|
||||
NSPhotoLibraryUsageDescription = "FRE ACCESS HUB Uses the library for allowing the user to pick a photo for his profile picture or for a guest.";
|
|
@ -1 +1,2 @@
|
|||
|
||||
NSCameraUsageDescription = "FRE ACCESS HUB Usa a câmera para tirar fotos de perfil.";
|
||||
NSPhotoLibraryUsageDescription = "FRE ACCESS HUB Utiliza a biblioteca para permitir que o usuário escolha uma foto para sua foto de perfil ou para um convidado.";
|
|
@ -58,8 +58,7 @@ Future<List<SelectedFile>?> selectMediaWithSourceBottomSheet({
|
|||
bool includeDimensions = false,
|
||||
bool includeBlurHash = false,
|
||||
}) async {
|
||||
createUploadMediaListTile(
|
||||
String label, MediaSource mediaSource, IconData icon) =>
|
||||
createUploadMediaListTile(String label, MediaSource mediaSource, IconData icon) =>
|
||||
ListTile(
|
||||
title: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
|
|
@ -3,7 +3,7 @@ description: A new Flutter project.
|
|||
|
||||
publish_to: "none"
|
||||
|
||||
version: 1.0.0+7
|
||||
version: 1.0.0+9
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
Loading…
Reference in New Issue