-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (51 loc) · 1.36 KB
/
pubspec.yaml
File metadata and controls
55 lines (51 loc) · 1.36 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: lets_build_planner
description: "A content planning calendar app with Supabase integration for organizing and scheduling your content with privacy controls."
publish_to: "none"
version: 1.0.0+3
environment:
sdk: ^3.6.0
dependencies:
googleapis: ^14.0.0
google_sign_in: 6.2.1
http: ^1.0.0
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
google_fonts: ^6.1.0
shared_preferences: ^2.0.0
intl: 0.20.2
uuid: ^4.0.0
supabase_flutter: '>=1.10.0'
app_links: ^6.0.0
file_picker: '>=8.1.2'
url_launcher: ^6.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/images/
fonts:
- family: Delight
fonts:
- asset: assets/fonts/Delight-Thin.ttf
weight: 100
- asset: assets/fonts/Delight-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Delight-Light.ttf
weight: 300
- asset: assets/fonts/Delight-Regular.ttf
weight: 400
- asset: assets/fonts/Delight-Medium.ttf
weight: 500
- asset: assets/fonts/Delight-SemiBold.ttf
weight: 600
- asset: assets/fonts/Delight-Bold.ttf
weight: 700
- asset: assets/fonts/Delight-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Delight-Black.ttf
weight: 900