-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.base.yaml
More file actions
47 lines (36 loc) · 913 Bytes
/
Copy pathpubspec.base.yaml
File metadata and controls
47 lines (36 loc) · 913 Bytes
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
name: medihub
description: A professional e-commerce app for MediHub health and fitness products.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# State Management
provider: ^6.1.0
# Networking
http: ^1.2.0
intl: ^0.19.0
# Local Storage
shared_preferences: ^2.2.0
# UI Components
google_fonts: ^6.1.0
cached_network_image: ^3.3.0
shimmer: ^3.0.0
fluttertoast: ^8.2.0
font_awesome_flutter: ^10.12.0
flutter_svg: ^2.2.3
# Digia core (hosted)
digia_engage: ^1.3.0
# Push — deferred (google-services.json / GoogleService-Info.plist absent)
firebase_core: ^4.6.0
firebase_messaging: ^16.1.3
# CEP-specific packages — injected by scripts/cep.sh; do not edit this line
# {{CEP_DEPS}}
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true