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
35 lines (30 loc) · 797 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (30 loc) · 797 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
35
name: flutter_html_audio
description: This extension package allows the <audio> 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
video_player: '>=2.2.8 <3.0.0'
chewie_audio: ^1.5.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
funding:
- https://opencollective.com/flutter_html
topics:
- html
- css
- audio
- layout
- flutter_html