forked from specht/hamfisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (49 loc) · 1.17 KB
/
pubspec.yaml
File metadata and controls
55 lines (49 loc) · 1.17 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
name: HamfistedCN
description: Prepare for the China HAM radio license exam
publish_to: 'none'
version: 0.1.7+17
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
async: ^2.11.0
cupertino_icons: ^1.0.2
flutter_html: ^3.0.0-beta.2
get_it: ^7.6.4
google_fonts: ^6.1.0
hive_flutter: ^1.1.0
introduction_screen: ^3.1.12
package_info_plus: ^4.2.0
provider: ^6.0.5
path_provider: ^2.1.1
url_launcher: ^6.1.14
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- data/
- assets/
- fonts/
fonts:
- family: AlegreyaSans
fonts:
- asset: fonts/AlegreyaSans-Regular.ttf
- asset: fonts/AlegreyaSans-Bold.ttf
weight: 700
- asset: fonts/AlegreyaSans-Italic.ttf
style: italic
- asset: fonts/AlegreyaSans-BoldItalic.ttf
style: italic
weight: 700
flutter_launcher_icons:
ios: true
android: true
image_path: "assets/icon.png"
remove_alpha_ios: true
adaptive_icon_foreground: "assets/icon-fg.png"
adaptive_icon_background: "assets/icon-bg.png"