Skip to content

Commit a86da79

Browse files
Update dependency flutter_widget_from_html to ^0.10.0 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c3413e commit a86da79

File tree

2 files changed

+33
-17
lines changed

2 files changed

+33
-17
lines changed

pubspec.lock

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ packages:
415415
dependency: transitive
416416
description:
417417
name: flutter_svg
418-
sha256: "6ff9fa12892ae074092de2fa6a9938fb21dbabfdaa2ff57dc697ff912fc8d4b2"
418+
sha256: "8c5d68a82add3ca76d792f058b186a0599414f279f00ece4830b9b231b570338"
419419
url: "https://pub.dev"
420420
source: hosted
421-
version: "1.1.6"
421+
version: "2.0.7"
422422
flutter_test:
423423
dependency: "direct dev"
424424
description: flutter
@@ -433,18 +433,18 @@ packages:
433433
dependency: "direct main"
434434
description:
435435
name: flutter_widget_from_html
436-
sha256: bc92fa62986a1d14bec92d26225bb7b37d581bd91efdad55158efa2eeb200b85
436+
sha256: "6c2e29e9b44a1afe3a21bf4feb47ed67e9aef43c303e7888131842fbcbb7fd37"
437437
url: "https://pub.dev"
438438
source: hosted
439-
version: "0.9.1"
439+
version: "0.10.3"
440440
flutter_widget_from_html_core:
441441
dependency: transitive
442442
description:
443443
name: flutter_widget_from_html_core
444-
sha256: "296485e685b44ad7c6883372aebc56038a28b84f75e7a668bcd8bf01de881739"
444+
sha256: b733a240388736fcf40692920033dc3a749155dc49c840f6c0e4a732f553908b
445445
url: "https://pub.dev"
446446
source: hosted
447-
version: "0.9.1"
447+
version: "0.10.3"
448448
font_awesome_flutter:
449449
dependency: "direct main"
450450
description:
@@ -489,10 +489,10 @@ packages:
489489
dependency: transitive
490490
description:
491491
name: fwfh_svg
492-
sha256: "556df67faf76b98c76dba144daf9fa9b3e874670e35b0a02d918402f8b8e98f5"
492+
sha256: "398e8eec980e7b2868481489fd423634f7e337bc04c37508db6f84868b982120"
493493
url: "https://pub.dev"
494494
source: hosted
495-
version: "0.7.2+1"
495+
version: "0.8.0+2"
496496
fwfh_text_style:
497497
dependency: transitive
498498
description:
@@ -845,14 +845,6 @@ packages:
845845
url: "https://pub.dev"
846846
source: hosted
847847
version: "1.8.3"
848-
path_drawing:
849-
dependency: transitive
850-
description:
851-
name: path_drawing
852-
sha256: bbb1934c0cbb03091af082a6389ca2080345291ef07a5fa6d6e078ba8682f977
853-
url: "https://pub.dev"
854-
source: hosted
855-
version: "1.0.1"
856848
path_parsing:
857849
dependency: transitive
858850
description:
@@ -1257,6 +1249,30 @@ packages:
12571249
url: "https://pub.dev"
12581250
source: hosted
12591251
version: "3.0.7"
1252+
vector_graphics:
1253+
dependency: transitive
1254+
description:
1255+
name: vector_graphics
1256+
sha256: "670f6e07aca990b4a2bcdc08a784193c4ccdd1932620244c3a86bb72a0eac67f"
1257+
url: "https://pub.dev"
1258+
source: hosted
1259+
version: "1.1.7"
1260+
vector_graphics_codec:
1261+
dependency: transitive
1262+
description:
1263+
name: vector_graphics_codec
1264+
sha256: "7451721781d967db9933b63f5733b1c4533022c0ba373a01bdd79d1a5457f69f"
1265+
url: "https://pub.dev"
1266+
source: hosted
1267+
version: "1.1.7"
1268+
vector_graphics_compiler:
1269+
dependency: transitive
1270+
description:
1271+
name: vector_graphics_compiler
1272+
sha256: "80a13c613c8bde758b1464a1755a7b3a8f2b6cec61fbf0f5a53c94c30f03ba2e"
1273+
url: "https://pub.dev"
1274+
source: hosted
1275+
version: "1.1.7"
12601276
vector_math:
12611277
dependency: transitive
12621278
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
firebase_messaging: ^14.6.5
1616

1717
# ours
18-
flutter_widget_from_html: ^0.9.0
18+
flutter_widget_from_html: ^0.10.0
1919
fwfh_webview: any
2020
the_api:
2121
path: ./packages/api

0 commit comments

Comments
 (0)