diff --git a/ios/Flutter/.last_build_id b/ios/Flutter/.last_build_id
index 528604ac..4a774b09 100644
--- a/ios/Flutter/.last_build_id
+++ b/ios/Flutter/.last_build_id
@@ -1 +1 @@
-dd448b9c97933af58f6a55258c72b577
\ No newline at end of file
+3d67bc3930967bc34ac417e1cafbdd56
\ No newline at end of file
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 39847472..9fa5dfe5 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -24,10 +24,28 @@
$(FLUTTER_BUILD_NUMBER)
LSRequiresIPhoneOS
+ NSAppleMusicUsageDescription
+ Play audio and voice messages in the app.
+ NSCalendarsUsageDescription
+ Share calendar dates with your contacts in FluffyChat.
NSCameraUsageDescription
- Share photos with your contacts
+ Open the camera and take a picture to share them with your contacts on FluffyChat.
+ NSContactsUsageDescription
+ Share contacts with your contacts in FluffyChat.
+ NSFaceIDUsageDescription
+ FluffyChat uses an app lock for an additional security level
+ NSLocationAlwaysUsageDescription
+ Share your location with your contacts in FluffyChat.
+ NSLocationWhenInUseUsageDescription
+ Share your location with your contacts in FluffyChat.
+ NSMicrophoneUsageDescription
+ Record voice message and share them with your contacts on FluffyChat.
+ NSMotionUsageDescription
+ Share motions with your contacts in FluffyChat.
NSPhotoLibraryUsageDescription
- Share photos with your contacts
+ Open photos from your gallery and share them with your contacts on FluffyChat.
+ NSSpeechRecognitionUsageDescription
+ Share data with your contacts in FluffyChat.
UIBackgroundModes
audio
@@ -52,7 +70,5 @@
UIViewControllerBasedStatusBarAppearance
- NSMicrophoneUsageDescription
- FluffyChat uses the microphone to record voice messages.
diff --git a/pubspec.lock b/pubspec.lock
index 053a89bf..d5f95221 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -99,13 +99,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
- catex:
- dependency: transitive
- description:
- name: catex
- url: "https://pub.dartlang.org"
- source: hosted
- version: "0.0.1+6"
characters:
dependency: transitive
description:
@@ -350,26 +343,33 @@ packages:
name: flutter_local_notifications
url: "https://pub.dartlang.org"
source: hosted
- version: "3.0.1+3"
+ version: "3.0.1+5"
flutter_local_notifications_platform_interface:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
url: "https://pub.dartlang.org"
source: hosted
- version: "2.0.0"
+ version: "2.0.0+1"
flutter_localizations:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
+ flutter_math:
+ dependency: transitive
+ description:
+ name: flutter_math
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.2.0+2"
flutter_matrix_html:
dependency: "direct main"
description:
name: flutter_matrix_html
url: "https://pub.dartlang.org"
source: hosted
- version: "0.1.12"
+ version: "0.1.13"
flutter_olm:
dependency: "direct main"
description:
@@ -613,6 +613,13 @@ packages:
url: "https://gitlab.com/famedly/libraries/native_imaging.git"
source: git
version: "0.0.1"
+ nested:
+ dependency: transitive
+ description:
+ name: nested
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.0.4"
node_interop:
dependency: transitive
description:
@@ -766,7 +773,7 @@ packages:
name: photo_view
url: "https://pub.dartlang.org"
source: hosted
- version: "0.10.2"
+ version: "0.10.3"
platform:
dependency: transitive
description:
@@ -802,6 +809,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.13"
+ provider:
+ dependency: transitive
+ description:
+ name: provider
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.3.2+2"
pub_semver:
dependency: transitive
description:
@@ -1010,6 +1024,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.9"
+ tuple:
+ dependency: transitive
+ description:
+ name: tuple
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.3"
typed_data:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 7c437fe8..ef4715df 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -21,7 +21,7 @@ dependencies:
url_launcher: ^5.7.10
cached_network_image: ^2.3.3
firebase_messaging: ^7.0.3
- flutter_local_notifications: ^3.0.1+3
+ flutter_local_notifications: ^3.0.1+5
# desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5
matrix_link_text: ^0.3.2
path_provider: ^1.6.24
@@ -34,13 +34,13 @@ dependencies:
universal_html: ^1.2.3
receive_sharing_intent: ^1.4.2
flutter_slidable: ^0.5.7
- photo_view: ^0.10.2
+ photo_view: ^0.10.3
flutter_sound: 2.1.1
open_file: ^3.0.3
mime_type: ^0.3.2
flushbar: ^1.10.4
adaptive_dialog: ^0.9.0+1
- flutter_matrix_html: ^0.1.12
+ flutter_matrix_html: ^0.1.13
moor: ^3.4.0
sqlite3_flutter_libs: ^0.2.0
sqlite3: ^0.1.8