-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
62 lines (49 loc) · 1.06 KB
/
pubspec.yaml
File metadata and controls
62 lines (49 loc) · 1.06 KB
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: jobby
description: A job search and posting app for Cameroon.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# State Management
flutter_riverpod: ^2.4.9
# Navigation
go_router: ^13.0.1
# Network
connectivity_plus: ^5.0.2
# Firebase
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
cloud_firestore: ^4.14.0
firebase_storage: ^11.6.0
firebase_analytics: ^10.10.7
# Ads
google_mobile_ads: ^4.0.0
# UI Components
cached_network_image: ^3.3.1
image_picker: ^1.0.7
url_launcher: ^6.2.3
shared_preferences: ^2.2.2
webview_flutter: ^4.4.2
timeago: ^3.6.1
google_fonts: ^6.1.0
smooth_page_indicator: ^1.1.0
# Notifications and Scheduling
flutter_local_notifications: ^16.3.2
timezone: ^0.9.2
# Payments
http: ^1.2.0
# Sharing
share_plus: ^7.2.1
# Utils
path: ^1.8.3
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.4
build_runner: ^2.4.8
flutter_lints: ^3.0.1