-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
129 lines (113 loc) · 3.58 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name: vc_deca_flutter
description: An iOS + Android App to be utilized by the Valley Christian Chapter of DECA
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# Uncomment lower versions for Android builds.
cupertino_icons: ^0.1.2
firebase_core: ^0.4.0+9
firebase_database: ^3.0.7
firebase_auth: ^0.14.0+5
firebase_storage: ^3.0.6
firebase_messaging: ^5.1.5
url_launcher: ^4.1.0+1
webview_flutter: ^0.2.0
flutter_webview_plugin: ^0.3.2
intro_views_flutter: ^2.6.0
cached_network_image: ^0.8.0
intl: ^0.15.8
flutter_cache_manager: ^0.3.2
flutter_linkify: ^2.1.0
fluro: ^1.4.0
progress_indicators: ^0.1.2
http: ^0.12.0+2
flutter_staggered_grid_view: ^0.2.7
photo_view: ^0.4.2
image_picker: ^0.4.12
image_cropper: ^1.0.0
qr: ^1.2.0
flutter_markdown: ^0.2.0
qr_flutter: ^3.0.1
rubber: ^0.3.2
shared_preferences: ^0.5.3+4
fast_qr_reader_view:
git:
url: git://github.com/facundomedica/fast_qr_reader_view.git
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- images/alert.png
- images/events.png
- images/map.png
- images/platform.png
- images/vcdeca_blue.png
- images/vcdeca_white.png
- images/logo_blue.png
- images/logo_white.png
- images/logo_white_trans.png
- images/logo_blue_trans.png
- images/vcdeca_white_trans.png
- images/vcdeca_blue_trans.png
- images/marketing.png
- images/finance.png
- images/hospitality.png
- images/entrepreneurship.png
- images/business.png
- images/personal-finance.png
- images/filter.png
- images/full_black_trans.png
- images/full_white_trans.png
- images/skin_vcdeca_blue.png
- images/skin_vcdeca_white.png
- images/online.png
- images/written.png
- images/roleplay.png
- images/1participant.png
- images/1to3participants.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
fonts:
- family: Product Sans
fonts:
- asset: fonts/Product Sans Regular.ttf
- asset: fonts/Product Sans Bold.ttf
weight: 700
- asset: fonts/Product Sans Italic.ttf
style: italic
- asset: fonts/Product Sans Bold Italic.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages