-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
55 lines (46 loc) · 1.15 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
name: mvc_flutter
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
built_value: ^8.9.1 # for handling json serialization and creating immutable objects
built_collection: ^5.1.1
cupertino_icons: ^1.0.6
connectivity_plus: ^5.0.2
cached_network_image: ^3.3.1
easy_localization: ^3.0.5
email_validator: ^2.1.17
flutter_local_notifications: ^17.0.0
flutter_screenutil: ^5.9.0
http_interceptor: ^1.0.2
http: ^0.13.3
provider: ^6.1.2
shared_preferences: ^2.2.2
shimmer: ^3.0.0
tuple: ^2.0.2
#Firebase Pub
firebase_core: ^2.27.1
firebase_messaging: ^14.7.20
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.8
built_value_generator: ^8.9.1
flutter_lints: ^3.0.1
flutter:
uses-material-design: true
assets:
- assets/error_png/
- assets/translation/
fonts:
- family: Poppins
fonts:
- asset: fonts/Poppins-Regular.otf
weight: 400
- asset: fonts/Poppins-Medium.otf
weight: 500
- asset: fonts/Poppins-SemiBold.otf
weight: 600