forked from Sub6Resources/flutter_html
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (29 loc) · 774 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (29 loc) · 774 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
33
34
name: flutter_html_math
description: This extension package allows the <math> tag to be rendered using the flutter_html package
version: 3.0.0-beta.2
homepage: https://github.com/Sub6Resources/flutter_html
publish_to: none # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.2.0"
dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html:
git:
url: https://github.com/uptech/flutter_html.git
ref: allow-srcdoc-and-point-packages-to-uptech-repo
flutter_math_fork: '>=0.6.0 <1.0.0'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
funding:
- https://opencollective.com/flutter_html
topics:
- html
- latex
- math
- tex
- flutter_html