-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (39 loc) · 966 Bytes
/
pubspec.yaml
File metadata and controls
56 lines (39 loc) · 966 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
47
48
49
50
51
52
53
54
55
56
name: grades
description: The grades app for the School District of Palm Beach County. View your grades at a glance. Formerly known as SwiftGrade.
publish_to: none,
version: 3.3.0+0
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# 1st party packages
grade_core:
path: vendored/grade_core
shared_preferences: ^2.0.5
# General small unities
# Dart team package
intl: ^0.17.0
# Dart team package
collection: ^1.15.0
pedantic: ^1.11.0
quiver: ^3.0.1
tuple: ^2.0.0
built_collection: ^5.0.0
onesignal_flutter: ^2.6.4
http: ^0.13.3
flutter_picker: ^2.0.2
# Fonts and Icons
font_awesome_flutter: ^9.0.0
equatable: ^2.0.0
bloc: ^7.0.0
flutter_bloc: ^7.0.0
flutter_circular_chart_two:
git: https://github.com/jcsena/flutter_circular_chart
url_launcher: ^6.1.2
webview_flutter: ^2.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true