-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (41 loc) · 913 Bytes
/
pubspec.yaml
File metadata and controls
46 lines (41 loc) · 913 Bytes
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
name: classflow
description: A uniquely academic student planner app
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
intl: ^0.20.2
shared_preferences: ^2.3.4
flutter_slidable: ^4.0.3
table_calendar: ^3.2.0
provider: ^6.1.2
record: ^6.1.2
audioplayers: ^6.1.0
path_provider: ^2.1.5
permission_handler: ^11.3.1
uuid: ^4.5.1
google_fonts: ^6.2.1
flutter_local_notifications: ^17.2.3
timezone: ^0.9.4
flutter_timezone: ^3.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- lib/assets/selogo.png
- assets/startup.mp3
- assets/accept1.mp3
- assets/accept2.mp3
- assets/victory.mp3
- assets/lose.mp3
flutter_icons:
android: true
ios: true
image_path: "lib/assets/selogo.png"