-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
52 lines (41 loc) · 1.03 KB
/
pubspec.yaml
File metadata and controls
52 lines (41 loc) · 1.03 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
name: timing_flutter
description: Learn to identify sub-second timing intervals.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0+100
environment:
sdk: ^3.11.0
dependencies:
flutter:
sdk: flutter
dynamic_color: ^1.5.4
url_launcher: ^6.1.7
stow_plain: ^0.6.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
icons_launcher: ^3.0.3
golden_screenshot: ^11.0.1
flutter:
uses-material-design: true
# ./scripts/generate_icons.sh
icons_launcher:
image_path: "assets/icon/icon.png"
platforms:
android:
enable: true
adaptive_background_color: "#1e2227"
adaptive_foreground_image: "assets/icon/icon_android_foreground.png"
adaptive_monochrome_image: "assets/icon/icon_android_monochrome.png"
ios:
enable: true
image_path: "assets/icon/icon_ios.png"
macos:
enable: false
image_path: "assets/icon/icon_ios.png"
windows:
enable: false
linux:
enable: false
web:
enable: true