forked from nourlaazibi/medapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
85 lines (77 loc) · 2.11 KB
/
Copy pathpubspec.yaml
File metadata and controls
85 lines (77 loc) · 2.11 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: medapp
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
app_settings: ^5.1.1
awesome_notifications_core: ^0.9.3
cloud_firestore: ^4.16.1
cupertino_icons: ^1.0.5
easy_localization: ^3.0.7
emailjs: ^1.3.0
equatable: ^2.0.5
faker: ^2.1.0
firebase_analytics: ^10.10.0
firebase_app_check: ^0.2.2
firebase_auth: ^4.19.1
firebase_core: ^2.29.0
firebase_database: ^10.5.0
firebase_in_app_messaging: ^0.7.5
firebase_messaging: ^14.8.1
firebase_storage: ^11.7.1
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
flutter_local_notifications: ^17.1.2
flutter_map: ^6.1.0
flutter_rating_bar: ^4.0.1
flutter_staggered_grid_view: ^0.7.0
fluttertoast: ^8.2.5
google_sign_in: ^6.2.1
image_picker: ^1.0.7
intl: ^0.18.1
loading_overlay: ^0.3.0
percent_indicator: ^4.2.2
provider: ^6.1.2
shared_preferences: ^2.0.15
shimmer: ^3.0.0
timeago: ^3.6.1
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter_icons:
image_path: 'assets/images/new_logo.png'
android: true
ios: true
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/images/1.5x/
- assets/images/2.0x/
- assets/images/3.0x/
- assets/images/4.0x/
- assets/languages/
fonts:
- family: NunitoSans
fonts:
- asset: assets/fonts/NunitoSans-Light.ttf
weight: 300
- asset: assets/fonts/NunitoSans-Regular.ttf
weight: 400
- asset: assets/fonts/NunitoSans-SemiBold.ttf
weight: 500
- asset: assets/fonts/NunitoSans-Bold.ttf
weight: 700
- family: CustomIcons
fonts:
- asset: assets/fonts/CustomIcons.ttf