-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
101 lines (77 loc) · 1.84 KB
/
pubspec.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
name: cptclient
description: Course Participation Tracker
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
version: 1.3.0+4
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: 3.27.3
dependencies:
# Flutter
flutter:
sdk: flutter
# Localization
flutter_localizations:
sdk: flutter
diacritic: 0.1.6
# Fetch data from the internet
http: 1.3.0
# Hash the password
crypto: 3.0.6
# Date & Time
intl: any
# Local storage
shared_preferences: 2.4.0
# Global storage (yaml)
yaml: 3.1.3
# More icons
cupertino_icons: ^1.0.8
# Dynamic routes
go_router: 14.7.2
# QR codes
qr_flutter: 4.1.0
screenshot: 3.0.0
# Save dialog
file_selector: ^1.0.3
# Clickable URL
url_launcher: ^6.3.0
# CSV export
csv: ^6.0.0
# PDF export
pdf: 3.11.2
dev_dependencies:
flutter_launcher_icons: 0.14.3
flutter_lints: 5.0.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter:
# Custom localization
generate: true
# Material Icons font
uses-material-design: true
# Local assets
assets:
- cptclient.yaml
- assets/
- assets/images/
- assets/icons/
- assets/fonts/SourceSansPro/source-sans-pro.regular.ttf
- assets/fonts/SourceSansPro/source-sans-pro.bold.ttf
- assets/fonts/SourceSansPro/source-sans-pro.italic.ttf
- assets/fonts/SourceSansPro/source-sans-pro.bold-italic.ttf
flutter_launcher_icons:
android: "ic_launcher"
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo_cpt_256.png"
web:
generate: true
windows:
generate: true
icon_size: 256
macos:
generate: true