Skip to content

Commit c9207b3

Browse files
committed
Version 0.11.1
1 parent 7491206 commit c9207b3

File tree

4 files changed

+65
-12
lines changed

4 files changed

+65
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.11.1] - December 14, 2019:
2+
3+
* Add support for `AssetImage`s using the `asset:` prefix ([#162](https://github.com/Sub6Resources/flutter_html/pull/162)).
4+
15
## [0.11.0] - September 10, 2019:
26

37
* Make it so `width=100%` doesn't throw error. Fixes [#118](https://github.com/Sub6Resources/flutter_html/issues/118).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter widget for rendering static html tags as Flutter widgets. (Will render
1111
Add the following to your `pubspec.yaml` file:
1212

1313
dependencies:
14-
flutter_html: ^0.11.0
14+
flutter_html: ^0.11.1
1515

1616
## Currently Supported HTML Tags:
1717
`a`, `abbr`, `acronym`, `address`, `article`, `aside`, `b`, `bdi`, `bdo`, `big`, `blockquote`, `body`, `br`, `caption`, `cite`, `code`, `data`, `dd`, `del`, `dfn`, `div`, `dl`, `dt`, `em`, `figcaption`, `figure`, `footer`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `header`, `hr`, `i`, `img`, `ins`, `kbd`, `li`, `main`, `mark`, `nav`, `noscript`, `ol`, `p`, `pre`, `q`, `rp`, `rt`, `ruby`, `s`, `samp`, `section`, `small`, `span`, `strike`, `strong`, `sub`, `sup`, `table`, `tbody`, `td`, `template`, `tfoot`, `th`, `thead`, `time`, `tr`, `tt`, `u`, `ul`, `var`

pubspec.lock

Lines changed: 59 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.11"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.5.2"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.2.0"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
1428
name: boolean_selector
1529
url: "https://pub.dartlang.org"
1630
source: hosted
17-
version: "1.0.4"
31+
version: "1.0.5"
1832
charcode:
1933
dependency: transitive
2034
description:
@@ -29,6 +43,20 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
version: "1.14.11"
46+
convert:
47+
dependency: transitive
48+
description:
49+
name: convert
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "2.1.1"
53+
crypto:
54+
dependency: transitive
55+
description:
56+
name: crypto
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "2.1.3"
3260
csslib:
3361
dependency: transitive
3462
description:
@@ -53,41 +81,55 @@ packages:
5381
url: "https://pub.dartlang.org"
5482
source: hosted
5583
version: "0.14.0+2"
84+
image:
85+
dependency: transitive
86+
description:
87+
name: image
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "2.1.4"
5691
matcher:
5792
dependency: transitive
5893
description:
5994
name: matcher
6095
url: "https://pub.dartlang.org"
6196
source: hosted
62-
version: "0.12.5"
97+
version: "0.12.6"
6398
meta:
6499
dependency: transitive
65100
description:
66101
name: meta
67102
url: "https://pub.dartlang.org"
68103
source: hosted
69-
version: "1.1.6"
104+
version: "1.1.8"
70105
path:
71106
dependency: transitive
72107
description:
73108
name: path
74109
url: "https://pub.dartlang.org"
75110
source: hosted
76-
version: "1.6.2"
111+
version: "1.6.4"
77112
pedantic:
78113
dependency: transitive
79114
description:
80115
name: pedantic
81116
url: "https://pub.dartlang.org"
82117
source: hosted
83-
version: "1.7.0"
118+
version: "1.8.0+1"
119+
petitparser:
120+
dependency: transitive
121+
description:
122+
name: petitparser
123+
url: "https://pub.dartlang.org"
124+
source: hosted
125+
version: "2.4.0"
84126
quiver:
85127
dependency: transitive
86128
description:
87129
name: quiver
88130
url: "https://pub.dartlang.org"
89131
source: hosted
90-
version: "2.0.3"
132+
version: "2.0.5"
91133
sky_engine:
92134
dependency: transitive
93135
description: flutter
@@ -120,7 +162,7 @@ packages:
120162
name: string_scanner
121163
url: "https://pub.dartlang.org"
122164
source: hosted
123-
version: "1.0.4"
165+
version: "1.0.5"
124166
term_glyph:
125167
dependency: transitive
126168
description:
@@ -134,7 +176,7 @@ packages:
134176
name: test_api
135177
url: "https://pub.dartlang.org"
136178
source: hosted
137-
version: "0.2.5"
179+
version: "0.2.11"
138180
typed_data:
139181
dependency: transitive
140182
description:
@@ -149,6 +191,13 @@ packages:
149191
url: "https://pub.dartlang.org"
150192
source: hosted
151193
version: "2.0.8"
194+
xml:
195+
dependency: transitive
196+
description:
197+
name: xml
198+
url: "https://pub.dartlang.org"
199+
source: hosted
200+
version: "3.5.0"
152201
sdks:
153-
dart: ">=2.2.2 <3.0.0"
202+
dart: ">=2.4.0 <3.0.0"
154203
flutter: ">=0.5.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html
22
description: A Flutter widget for rendering static html tags as Flutter widgets. (Will render over 70 different html tags!)
3-
version: 0.11.0
3+
version: 0.11.1
44
author: Matthew Whitaker <[email protected]>
55
homepage: https://github.com/Sub6Resources/flutter_html
66

0 commit comments

Comments
 (0)