-
Notifications
You must be signed in to change notification settings - Fork 9
/
pubspec.yaml
65 lines (57 loc) · 1.38 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
name: ecellapp
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+0
environment:
sdk: '>=2.15.0 <3.0.0'
dependencies:
auto_size_text: ^3.0.0
bloc: ^8.1.0
circular_countdown_timer: ^0.2.2
cloud_firestore: ^4.0.4
confetti: ^0.7.0
cupertino_icons: ^1.0.5
data_connection_checker_nulls: ^0.0.2
equatable: ^2.0.5
firebase_core: ^2.1.1
firebase_auth: ^4.1.1
firebase_storage: ^11.0.4
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
get_it: ^7.2.0
google_fonts: ^6.1.0
http: ^1.1.0
logger: ^2.0.2+1
provider: ^6.0.3
rxdart: ^0.27.5
shared_preferences: ^2.0.15
url_launcher: ^6.1.6
firebase_messaging: ^14.1.0
flutter_local_notifications: ^16.0.0+1
carousel_slider: ^4.2.1
google_sign_in: ^6.1.5
water_drop_nav_bar: ^2.2.0+5
motion_tab_bar_v2: ^0.3.0
salomon_bottom_bar: ^3.3.2
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
flutter_icons:
ios: true
android: true
image_path: 'assets/app-icon/app-icon.png'
adaptive_icon_background: '#ffffff'
adaptive_icon_foreground: 'assets/app-icon/app-icon-foreground.png'
flutter:
assets:
- assets/event-logos/
- assets/esummit_images/
- assets/
- assets/icons/
- assets/basic/
- assets/colorful/
- assets/google.png
- assets/guests.png
uses-material-design: true