-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
59 lines (50 loc) · 1.27 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
name: labyrinth
description: The official app for GDSC Shiv Nadar University's Labyrinth 2022 event.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
avatar_glow: ^2.0.2
connectivity_plus: ^2.2.1
delayed_display: ^2.0.0
flutter:
sdk: flutter
flutter_bounce: ^1.1.0
flutter_native_splash: ^2.0.4
google_fonts: ^2.3.1
http: ^0.13.4
liquid_swipe: ^2.1.1
provider: ^6.0.2
rounded_loading_button: ^2.0.9
shared_preferences: ^2.0.13
simple_gradient_text: ^1.2.2
url_launcher: ^6.0.20
confetti: ^0.6.0
mobile_scanner: ^3.0.0
dev_dependencies:
flutter_launcher_icons: ^0.12.0
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo.png"
adaptive_icon_background: "assets/images/bg.png"
adaptive_icon_foreground: "assets/images/fg.png"
flutter_native_splash:
color: "#140223"
image: assets/images/logo.png
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: NeueMachina
fonts:
- asset: assets/fonts/NeueMachina-Regular.otf
- asset: assets/fonts/NeueMachina-Light.otf
weight: 300
- asset: assets/fonts/NeueMachina-Ultrabold.otf
weight: 900