Fix iOS webview

This commit is contained in:
Christian Pauly 2020-04-10 14:41:56 +02:00
parent 073c8c0bca
commit e41f1e30e8
3 changed files with 7 additions and 10 deletions

View File

@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
@ -28,8 +30,7 @@
<string>Share photos with your contacts</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
<string>audio</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
@ -52,9 +53,5 @@
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>FluffyChat uses the microphone to record voice messages.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>

View File

@ -117,8 +117,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "31871235a59af16c7c163f767d7a7f8486457429"
resolved-ref: "31871235a59af16c7c163f767d7a7f8486457429"
ref: "28dee0e2e3dc2fdde64b29d0a65028b49b4c4dc7"
resolved-ref: "28dee0e2e3dc2fdde64b29d0a65028b49b4c4dc7"
url: "https://gitlab.com/famedly/famedlysdk.git"
source: git
version: "0.0.1"
@ -724,7 +724,7 @@ packages:
name: webview_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.19+4"
version: "0.3.19+9"
xml:
dependency: transitive
description:

View File

@ -42,7 +42,7 @@ dependencies:
flutter_local_notifications: ^0.9.1+2
link_text: ^0.1.1
path_provider: ^1.5.1
webview_flutter: ^0.3.19+4
webview_flutter: ^0.3.19+9
share: ^0.6.3+5
flutter_secure_storage: ^3.3.1+1
http: ^0.12.0+4