-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (43 loc) · 968 Bytes
/
pubspec.yaml
File metadata and controls
55 lines (43 loc) · 968 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: e1547_clynamic
description: e1547 landing page
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0 <4.0.0"
dependencies:
font_awesome_flutter: ^10.9.0
url_launcher: ^6.3.2
expandable: ^5.0.1
seo: ^0.0.10
anchor_scroll_controller: ^0.4.3
backdrop: ^0.9.0
intl: any
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# dart run flutter_native_splash:create
flutter_native_splash: ^2.2.19
# dart run flutter_launcher_icons
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- app-icon.png
- app-banner.png
- screenshots/
flutter_native_splash:
color: "#FDB245"
image: "app-icon.png"
flutter_launcher_icons:
image_path: "app-icon.png"
web:
generate: true
image_path: "app-icon.png"
background_color: "#FDB245"
theme_color: "#FDB245"