-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
52 lines (46 loc) · 1.25 KB
/
pubspec.yaml
File metadata and controls
52 lines (46 loc) · 1.25 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: thread
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_native_splash: ^2.3.1
flutter_launcher_icons: ^0.13.1
cupertino_icons: ^1.0.2
get: ^4.6.5
intl: ^0.18.0
table_calendar: ^3.0.9
emoji_picker_flutter: ^1.6.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
fonts:
- family: Min Sans
fonts:
- asset: assets/fonts/MinSans-Black.otf
weight: 900
- asset: assets/fonts/MinSans-ExtraBold.otf
weight: 800
- asset: assets/fonts/MinSans-Bold.otf
weight: 700
- asset: assets/fonts/MinSans-SemiBold.otf
weight: 600
- asset: assets/fonts/MinSans-Medium.otf
weight: 500
- asset: assets/fonts/MinSans-Regular.otf
weight: 400
- asset: assets/fonts/MinSans-Light.otf
weight: 300
- asset: assets/fonts/MinSans-ExtraLight.otf
weight: 200
- asset: assets/fonts/MinSans-Thin.otf
weight: 100
- family: MinIcons
fonts:
- asset: assets/fonts/MinIcons.ttf