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
3939** /ios /** /profile
4040** /ios /** /xcuserdata
4141** /ios /.generated /
42+ ** /ios /Flutter /.last_build_id
4243** /ios /Flutter /App.framework
4344** /ios /Flutter /Flutter.framework
4445** /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:
2424 :path: ".symlinks/plugins/webview_flutter/ios"
2525
2626SPEC CHECKSUMS:
27- Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
27+ Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
2828 video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
2929 wakelock: bfc7955c418d0db797614075aabbc58a39ab5107
3030 webview_flutter: d2b4d6c66968ad042ad94cbb791f5b72b4678a96
Original file line number Diff line number Diff line change 151151 97C146EC1CF9000F007C117D /* Resources */,
152152 9705A1C41CF9048500538489 /* Embed Frameworks */,
153153 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
154- 450FC00D9CC4F56F4423DF9E /* [CP] Embed Pods Frameworks */,
155154 );
156155 buildRules = (
157156 );
224223 shellPath = /bin/sh;
225224 shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
226225 };
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- };
245226 8446656B443667928C090391 /* [CP] Check Pods Manifest.lock */ = {
246227 isa = PBXShellScriptBuildPhase;
247228 buildActionMask = 2147483647;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
99
1010dependencies :
1111 # Plugin for parsing html
12- html : ^0.14.0+3
12+ html : ^0.14.0+4
1313
1414 # Plugins for parsing css
1515 csslib : ^0.16.2
@@ -20,16 +20,16 @@ dependencies:
2020
2121 # Plugins for rendering the <video> tag.
2222 video_player : ^1.0.1
23- chewie : ^0.12.0
23+ chewie : ^0.12.2
2424
2525 # Plugin for rendering the <iframe> tag.
26- webview_flutter : ^1.0.0
26+ webview_flutter : ^1.0.7
2727
2828 # Plugins for rendering the <audio> tag.
29- chewie_audio : ^1.1.1
29+ chewie_audio : ^1.1.2
3030
3131 # Plugins for rendering the <svg> tag.
32- flutter_svg : ^0.19.0
32+ flutter_svg : ^0.20.0-nullsafety.3
3333
3434 flutter :
3535 sdk : flutter
You can’t perform that action at this time.
0 commit comments