-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
93 lines (70 loc) · 1.55 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
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.0.0+1
environment:
sdk: '>=3.0.0'
dependencies:
# Flutter
flutter:
sdk: flutter
# Localization
flutter_localizations:
sdk: flutter
diacritic: ^0.1.5
# Fetch data from the internet
http: ^1.2.0
# Hash the password
crypto: 3.0.5
# Date & Time
intl: any
# Local storage
shared_preferences: any
# Global storage (yaml)
yaml: any
# More icons
cupertino_icons: ^1.0.8
# Dynamic routes
go_router: 14.2.6
# 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
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.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/
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