-
-
Notifications
You must be signed in to change notification settings - Fork 927
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (25 loc) · 600 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (25 loc) · 600 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
name: flutter_html_iframe
description: This extension package allows the <iframe> tag to be rendered using the flutter_html package
version: 3.0.0-beta.2
homepage: https://github.com/Sub6Resources/flutter_html
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: ^3.0.0-beta.2
webview_flutter: '>=4.7.0 <5.0.0'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
funding:
- https://opencollective.com/flutter_html
topics:
- html
- css
- iframe
- layout
- flutter_html