Skip to content

Commit 21eee13

Browse files
committed
update readme, pubsec
1 parent 401cf06 commit 21eee13

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Flutter widget for rendering html and css as Flutter widgets.
1515
Add the following to your `pubspec.yaml` file:
1616

1717
dependencies:
18-
flutter_html: ^1.0.0
18+
flutter_html: ^1.0.2
1919

2020
## Currently Supported HTML Tags:
2121
`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`

example/pubspec.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0-nullsafety"
10+
version: "2.4.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.1.0-nullsafety"
17+
version: "2.0.0"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0-nullsafety.2"
24+
version: "1.0.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0-nullsafety"
31+
version: "1.1.3"
3232
chewie:
3333
dependency: transitive
3434
description:
@@ -49,14 +49,14 @@ packages:
4949
name: clock
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.1.0-nullsafety"
52+
version: "1.0.1"
5353
collection:
5454
dependency: transitive
5555
description:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.15.0-nullsafety.2"
59+
version: "1.14.13"
6060
convert:
6161
dependency: transitive
6262
description:
@@ -91,7 +91,7 @@ packages:
9191
name: fake_async
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "1.1.0-nullsafety"
94+
version: "1.1.0"
9595
flutter:
9696
dependency: "direct main"
9797
description: flutter
@@ -103,7 +103,7 @@ packages:
103103
path: ".."
104104
relative: true
105105
source: path
106-
version: "1.0.0"
106+
version: "1.0.2"
107107
flutter_svg:
108108
dependency: transitive
109109
description:
@@ -134,14 +134,14 @@ packages:
134134
name: matcher
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.12.10-nullsafety"
137+
version: "0.12.8"
138138
meta:
139139
dependency: transitive
140140
description:
141141
name: meta
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.3.0-nullsafety.2"
144+
version: "1.1.8"
145145
open_iconic_flutter:
146146
dependency: transitive
147147
description:
@@ -155,7 +155,7 @@ packages:
155155
name: path
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.8.0-nullsafety"
158+
version: "1.7.0"
159159
path_drawing:
160160
dependency: transitive
161161
description:
@@ -176,7 +176,7 @@ packages:
176176
name: petitparser
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "3.1.0"
179+
version: "3.0.4"
180180
screen:
181181
dependency: transitive
182182
description:
@@ -195,56 +195,56 @@ packages:
195195
name: source_span
196196
url: "https://pub.dartlang.org"
197197
source: hosted
198-
version: "1.8.0-nullsafety"
198+
version: "1.7.0"
199199
stack_trace:
200200
dependency: transitive
201201
description:
202202
name: stack_trace
203203
url: "https://pub.dartlang.org"
204204
source: hosted
205-
version: "1.10.0-nullsafety"
205+
version: "1.9.5"
206206
stream_channel:
207207
dependency: transitive
208208
description:
209209
name: stream_channel
210210
url: "https://pub.dartlang.org"
211211
source: hosted
212-
version: "2.1.0-nullsafety"
212+
version: "2.0.0"
213213
string_scanner:
214214
dependency: transitive
215215
description:
216216
name: string_scanner
217217
url: "https://pub.dartlang.org"
218218
source: hosted
219-
version: "1.1.0-nullsafety"
219+
version: "1.0.5"
220220
term_glyph:
221221
dependency: transitive
222222
description:
223223
name: term_glyph
224224
url: "https://pub.dartlang.org"
225225
source: hosted
226-
version: "1.2.0-nullsafety"
226+
version: "1.1.0"
227227
test_api:
228228
dependency: transitive
229229
description:
230230
name: test_api
231231
url: "https://pub.dartlang.org"
232232
source: hosted
233-
version: "0.2.19-nullsafety"
233+
version: "0.2.17"
234234
typed_data:
235235
dependency: transitive
236236
description:
237237
name: typed_data
238238
url: "https://pub.dartlang.org"
239239
source: hosted
240-
version: "1.3.0-nullsafety.2"
240+
version: "1.2.0"
241241
vector_math:
242242
dependency: transitive
243243
description:
244244
name: vector_math
245245
url: "https://pub.dartlang.org"
246246
source: hosted
247-
version: "2.1.0-nullsafety.2"
247+
version: "2.0.8"
248248
video_player:
249249
dependency: transitive
250250
description:
@@ -286,7 +286,7 @@ packages:
286286
name: xml
287287
url: "https://pub.dartlang.org"
288288
source: hosted
289-
version: "4.3.0"
289+
version: "4.2.0"
290290
sdks:
291-
dart: ">=2.10.0-0.0.dev <2.10.0"
291+
dart: ">=2.9.0-14.0.dev <3.0.0"
292292
flutter: ">=1.18.0-6.0.pre <2.0.0"

pubspec.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0-nullsafety"
10+
version: "2.4.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.1.0-nullsafety"
17+
version: "2.0.0"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0-nullsafety.2"
24+
version: "1.0.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0-nullsafety"
31+
version: "1.1.3"
3232
chewie:
3333
dependency: "direct main"
3434
description:
@@ -49,14 +49,14 @@ packages:
4949
name: clock
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.1.0-nullsafety"
52+
version: "1.0.1"
5353
collection:
5454
dependency: transitive
5555
description:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.15.0-nullsafety.2"
59+
version: "1.14.13"
6060
convert:
6161
dependency: transitive
6262
description:
@@ -84,7 +84,7 @@ packages:
8484
name: fake_async
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "1.1.0-nullsafety"
87+
version: "1.1.0"
8888
flutter:
8989
dependency: "direct main"
9090
description: flutter
@@ -120,14 +120,14 @@ packages:
120120
name: matcher
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "0.12.10-nullsafety"
123+
version: "0.12.8"
124124
meta:
125125
dependency: transitive
126126
description:
127127
name: meta
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "1.3.0-nullsafety.2"
130+
version: "1.1.8"
131131
open_iconic_flutter:
132132
dependency: transitive
133133
description:
@@ -141,7 +141,7 @@ packages:
141141
name: path
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.8.0-nullsafety"
144+
version: "1.7.0"
145145
path_drawing:
146146
dependency: transitive
147147
description:
@@ -162,7 +162,7 @@ packages:
162162
name: petitparser
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "3.1.0"
165+
version: "3.0.4"
166166
screen:
167167
dependency: transitive
168168
description:
@@ -181,56 +181,56 @@ packages:
181181
name: source_span
182182
url: "https://pub.dartlang.org"
183183
source: hosted
184-
version: "1.8.0-nullsafety"
184+
version: "1.7.0"
185185
stack_trace:
186186
dependency: transitive
187187
description:
188188
name: stack_trace
189189
url: "https://pub.dartlang.org"
190190
source: hosted
191-
version: "1.10.0-nullsafety"
191+
version: "1.9.5"
192192
stream_channel:
193193
dependency: transitive
194194
description:
195195
name: stream_channel
196196
url: "https://pub.dartlang.org"
197197
source: hosted
198-
version: "2.1.0-nullsafety"
198+
version: "2.0.0"
199199
string_scanner:
200200
dependency: transitive
201201
description:
202202
name: string_scanner
203203
url: "https://pub.dartlang.org"
204204
source: hosted
205-
version: "1.1.0-nullsafety"
205+
version: "1.0.5"
206206
term_glyph:
207207
dependency: transitive
208208
description:
209209
name: term_glyph
210210
url: "https://pub.dartlang.org"
211211
source: hosted
212-
version: "1.2.0-nullsafety"
212+
version: "1.1.0"
213213
test_api:
214214
dependency: transitive
215215
description:
216216
name: test_api
217217
url: "https://pub.dartlang.org"
218218
source: hosted
219-
version: "0.2.19-nullsafety"
219+
version: "0.2.17"
220220
typed_data:
221221
dependency: transitive
222222
description:
223223
name: typed_data
224224
url: "https://pub.dartlang.org"
225225
source: hosted
226-
version: "1.3.0-nullsafety.2"
226+
version: "1.2.0"
227227
vector_math:
228228
dependency: transitive
229229
description:
230230
name: vector_math
231231
url: "https://pub.dartlang.org"
232232
source: hosted
233-
version: "2.1.0-nullsafety.2"
233+
version: "2.0.8"
234234
video_player:
235235
dependency: "direct main"
236236
description:
@@ -272,7 +272,7 @@ packages:
272272
name: xml
273273
url: "https://pub.dartlang.org"
274274
source: hosted
275-
version: "4.3.0"
275+
version: "4.2.0"
276276
sdks:
277-
dart: ">=2.10.0-0.0.dev <2.10.0"
277+
dart: ">=2.9.0-14.0.dev <3.0.0"
278278
flutter: ">=1.18.0-6.0.pre <2.0.0"

0 commit comments

Comments
 (0)