This commit is contained in:
Christian Pauly 2020-11-21 10:34:45 +01:00
parent 76e9d638e4
commit 26731ab945
4 changed files with 56 additions and 19 deletions

View File

@ -1 +1 @@
dd448b9c97933af58f6a55258c72b577
3d67bc3930967bc34ac417e1cafbdd56

View File

@ -24,10 +24,28 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppleMusicUsageDescription</key>
<string>Play audio and voice messages in the app.</string>
<key>NSCalendarsUsageDescription</key>
<string>Share calendar dates with your contacts in FluffyChat.</string>
<key>NSCameraUsageDescription</key>
<string>Share photos with your contacts</string>
<string>Open the camera and take a picture to share them with your contacts on FluffyChat.</string>
<key>NSContactsUsageDescription</key>
<string>Share contacts with your contacts in FluffyChat.</string>
<key>NSFaceIDUsageDescription</key>
<string>FluffyChat uses an app lock for an additional security level</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Share your location with your contacts in FluffyChat.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Share your location with your contacts in FluffyChat.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Record voice message and share them with your contacts on FluffyChat.</string>
<key>NSMotionUsageDescription</key>
<string>Share motions with your contacts in FluffyChat.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Share photos with your contacts</string>
<string>Open photos from your gallery and share them with your contacts on FluffyChat.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Share data with your contacts in FluffyChat.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
@ -52,7 +70,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>FluffyChat uses the microphone to record voice messages.</string>
</dict>
</plist>

View File

@ -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:

View File

@ -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