-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
executable file
·49 lines (44 loc) · 1.12 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
name: cgpacalculator
description: Journaling and Analysing Courses and CGPA Made Easy
publish_to: 'none'
version: 1.0.18+18
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.2.2
path_provider: ^2.1.2
provider: ^6.1.1
drift_sqflite: ^2.0.1
drift: ^2.15.0
google_sign_in: ^6.2.1
firebase_core: ^2.25.4
firebase_auth: ^4.17.4
marquee: ^2.2.3
page_transition: ^2.1.0
flutter_launcher_icons: ^0.13.1
sqlite3_flutter_libs:
dev_dependencies:
drift_dev: ^2.15.0
build_runner: ^2.4.8
dependency_overrides:
watcher: ^1.1.0
fading_edge_scrollview: ^4.1.1
flutter_icons:
image_path_android: 'assets/launcher/icon.png'
image_path_ios: 'assets/launcher/icon.png'
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon"
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: Poppins
fonts:
- asset: fonts/Poppins-Regular.ttf
- asset: fonts/Poppins-SemiBold.ttf
weight: 700
- asset: fonts/Poppins-Medium.ttf
weight: 100