-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
137 lines (123 loc) · 4.19 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
name: khub_mobile
description: "Informing health decisions and action in Africa"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.5+7
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
flutter_svg: ^2.0.10+1
loading_animation_widget: ^1.2.1
http: ^1.2.1
flutter_dotenv: ^5.1.0
carousel_slider: ^5.0.0
video_player: ^2.9.0
dio: ^5.4.3+1
retrofit: ^4.1.0
logger: ^2.3.0
built_value: ^8.9.2
json_annotation: ^4.9.0
go_router: ^14.2.0
shared_preferences: ^2.2.3
path: ^1.9.0
provider: ^6.1.2
url_launcher: ^6.3.0
get_it: ^7.7.0
flutter_local_notifications: ^17.2.3
flutter_native_splash: ^2.4.0
cached_network_image: ^3.3.1
permission_handler: ^11.3.1
clipboard: ^0.1.3
intl: ^0.19.0
font_awesome_flutter: ^10.7.0
timeago: ^3.6.1
flutter_html: ^3.0.0-beta.2
html: ^0.15.4
pretty_dio_logger: ^1.4.0
awesome_dialog: ^3.2.1
another_flushbar: ^1.12.30
sqflite: ^2.3.3+1
http_parser: ^4.0.2
syncfusion_flutter_pdfviewer: ^27.1.50
path_provider: ^2.1.4
webview_flutter: ^4.8.0
rxdart: ^0.28.0
file_picker: ^8.1.2
image_picker: ^1.1.2
device_info_plus: ^10.1.2
quill_html_editor:
path: ./quill_html_editor
share_plus: ^10.0.2
firebase_core: ^3.6.0
firebase_messaging: ^15.1.3
firebase_crashlytics: ^4.1.3
firebase_analytics: ^11.3.3
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
retrofit_generator: ^8.1.0
build_runner: ^2.4.11
json_serializable: ^6.8.0
flutter_launcher_icons: ^0.14.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/launcher.png"
flutter:
uses-material-design: true
generate: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/logo.png
- assets/images/default_user.jpg
- assets/images/placeholder.jpg
- assets/splash_logo.png
- assets/splash_logo_android.png
- assets/data/publications.json
- assets/data/recent_publications.json
- assets/data/themes.json
- assets/data/forums.json
- assets/data/notifications.json
- .env
fonts:
- family: Ubuntu
fonts:
- asset: assets/fonts/Ubuntu.ttf
- asset: assets/fonts/Ubuntu-Bold.ttf
- asset: assets/fonts/Ubuntu-Light.ttf
- asset: assets/fonts/Ubuntu-Medium.ttf
- asset: assets/fonts/Ubuntu-Regular.ttf
- asset: assets/fonts/Ubuntu-BoldItalic.ttf
- asset: assets/fonts/Ubuntu-LightItalic.ttf
- asset: assets/fonts/Ubuntu-MediumItalic.ttf
- asset: assets/fonts/Ubuntu-RegularItalic.ttf
flutter_native_splash:
color: "#fdfdfd"
image: assets/images/logo.png
android: true
ios: true
# Optional parameters:
android_gravity: center # Gravity for Android (center, bottom, etc.)
ios_content_mode: center # Content mode for iOS (scaleToFill, scaleAspectFit, etc.)
fullscreen: true # Whether to use full screen mode
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages