-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (43 loc) · 1.13 KB
/
pubspec.yaml
File metadata and controls
57 lines (43 loc) · 1.13 KB
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
name: example
description: "Example app for hyper_render - The Universal Content Engine for Flutter"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.5.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# Reference to parent package
hyper_render:
path: ../
# Core package (for DesignTokens, LoadingSkeleton)
hyper_render_core:
path: ../packages/hyper_render_core
# Clipboard/sharing support
hyper_render_clipboard:
path: ../packages/hyper_render_clipboard
# Competitor libraries for comparison
flutter_html: ^3.0.0-beta.2
flutter_widget_from_html: ^0.17.1
flutter_widget_from_html_core: ^0.17.0
# HTTP fetching for URL-based stress test
http: ^1.2.0
# For opening HTML in browser
url_launcher: ^6.2.0
path_provider: ^2.1.0
# For sharing content
share_plus: ^12.0.0
dependency_overrides:
hyper_render:
path: ../
hyper_render_core:
path: ../packages/hyper_render_core
hyper_render_clipboard:
path: ../packages/hyper_render_clipboard
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true