forked from Sub6Resources/flutter_html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (24 loc) · 674 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (24 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: flutter_html
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
version: 3.0.0-alpha.6
homepage: https://github.com/Sub6Resources/flutter_html
environment:
sdk: '>=2.17.0 <3.0.0'
flutter: '>=2.2.0'
dependencies:
# Plugin for parsing html
html: '>=0.15.0 <1.0.0'
# Plugin for parsing css
csslib: '>=0.17.0 <1.0.0'
# Plugin for firstWhereOrNull extension on lists
collection: '>=1.15.0 <2.0.0'
# plugin to manage lists and counting in a variety of styles
list_counter: '>=1.0.2 <2.0.0'
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
meta: ^1.8.0
flutter: