-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
63 lines (51 loc) · 1.36 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
name: iiit_skeleton
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
native_pdf_view: ^4.0.1
percent_indicator: "^2.1.7+2"
flutter:
sdk: flutter
carousel_slider: ^3.0.0
flutter_svg: ^0.22.0
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/iiit_sonepat_syllabus.pdf
- images/
- images/1.png
- images/2.png
- images/4.png
- images/6.png
- images/8.jpg
- images/9.jpg
- images/10.png
- images/11.png
- images/Login_Page/logo.png
- images/Login_Page/IIIT Sonepat Logo.png
- images/Login_Page/google.png
fonts:
- family: MonoLisa
fonts:
- asset: fonts/MonoLisa-Regular.ttf
- family: Questrial
fonts:
- asset: fonts/Questrial-Regular.ttf
- family: Quicksand
fonts:
- asset: fonts/Quicksand-Regular.ttf
- family: Ubuntu
fonts:
- asset: fonts/Ubuntu-Medium.ttf
- family: Pacifico
fonts:
- asset: fonts/Pacifico-Regular.ttf