forked from daohoangson/flutter_widget_from_html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
75 lines (69 loc) · 1.52 KB
/
pubspec.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: demo_app
description: Flutter Widget from HTML demo app.
version: 0.0.1
publish_to: "none"
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
carousel_slider: ^4.0.0
flutter:
sdk: flutter
flutter_widget_from_html: any
flutter_widget_from_html_core: any
fwfh_chewie: any
fwfh_webview: any
html: any
http: any
path_provider: any
photo_view: ^0.14.0
provider: ^6.0.0
url_launcher: any
dependency_overrides:
flutter_widget_from_html:
path: ../packages/enhanced
flutter_widget_from_html_core:
path: ../packages/core
fwfh_cached_network_image:
path: ../packages/fwfh_cached_network_image
fwfh_chewie:
path: ../packages/fwfh_chewie
fwfh_just_audio:
path: ../packages/fwfh_just_audio
fwfh_svg:
path: ../packages/fwfh_svg
fwfh_url_launcher:
path: ../packages/fwfh_url_launcher
fwfh_webview:
path: ../packages/fwfh_webview
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
golden_toolkit: ^0.15.0
integration_test:
sdk: flutter
lint: any
measurer: ^2.1.1
test: any
flutter:
assets:
- images/
- logos/
- test/goldens.json
fonts:
- family: Courier
fonts:
- asset: fonts/RobotoMono/RobotoMono-Regular.ttf
- family: Roboto
fonts:
- asset: packages/golden_toolkit/fonts/Roboto-Regular.ttf
uses-material-design: true
flutter_launcher_icons:
image_path: logos/icon.png
android: true
ios: true
remove_alpha_ios: true
macos:
generate: true
web:
generate: true