File tree Expand file tree Collapse file tree 6 files changed +8
-44
lines changed Expand file tree Collapse file tree 6 files changed +8
-44
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ pubspec.lock
39
39
** /ios /** /profile
40
40
** /ios /** /xcuserdata
41
41
** /ios /.generated /
42
+ ** /ios /Flutter /.last_build_id
42
43
** /ios /Flutter /App.framework
43
44
** /ios /Flutter /Flutter.framework
44
45
** /ios /Flutter /Generated.xcconfig
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
24
24
:path: ".symlinks/plugins/webview_flutter/ios"
25
25
26
26
SPEC CHECKSUMS:
27
- Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
27
+ Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
28
28
video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
29
29
wakelock: bfc7955c418d0db797614075aabbc58a39ab5107
30
30
webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96
Original file line number Diff line number Diff line change 151
151
97C146EC1CF9000F007C117D /* Resources */,
152
152
9705A1C41CF9048500538489 /* Embed Frameworks */,
153
153
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
154
- 450FC00D9CC4F56F4423DF9E /* [CP] Embed Pods Frameworks */,
155
154
);
156
155
buildRules = (
157
156
);
224
223
shellPath = /bin/sh;
225
224
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
226
225
};
227
- 450FC00D9CC4F56F4423DF9E /* [CP] Embed Pods Frameworks */ = {
228
- isa = PBXShellScriptBuildPhase;
229
- buildActionMask = 2147483647;
230
- files = (
231
- );
232
- inputPaths = (
233
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
234
- "${PODS_ROOT}/../Flutter/Flutter.framework",
235
- );
236
- name = "[CP] Embed Pods Frameworks";
237
- outputPaths = (
238
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
239
- );
240
- runOnlyForDeploymentPostprocessing = 0;
241
- shellPath = /bin/sh;
242
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
243
- showEnvVarsInLog = 0;
244
- };
245
226
8446656B443667928C090391 /* [CP] Check Pods Manifest.lock */ = {
246
227
isa = PBXShellScriptBuildPhase;
247
228
buildActionMask = 2147483647;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
10
10
dependencies :
11
11
# Plugin for parsing html
12
- html : ^0.14.0+3
12
+ html : ^0.14.0+4
13
13
14
14
# Plugins for parsing css
15
15
csslib : ^0.16.2
@@ -20,16 +20,16 @@ dependencies:
20
20
21
21
# Plugins for rendering the <video> tag.
22
22
video_player : ^1.0.1
23
- chewie : ^0.12.0
23
+ chewie : ^0.12.2
24
24
25
25
# Plugin for rendering the <iframe> tag.
26
- webview_flutter : ^1.0.0
26
+ webview_flutter : ^1.0.7
27
27
28
28
# Plugins for rendering the <audio> tag.
29
- chewie_audio : ^1.1.1
29
+ chewie_audio : ^1.1.2
30
30
31
31
# Plugins for rendering the <svg> tag.
32
- flutter_svg : ^0.19.0
32
+ flutter_svg : ^0.20.0-nullsafety.3
33
33
34
34
flutter :
35
35
sdk : flutter
You can’t perform that action at this time.
0 commit comments