-
Notifications
You must be signed in to change notification settings - Fork 8
/
pubspec.yaml
129 lines (121 loc) · 3.18 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
name: swahilib
description: Kiswahili Kitukuzwe.
publish_to: 'none'
version: 0.0.1
environment:
sdk: '>=2.19.0 <3.0.0'
dependencies:
card_swiper: ^2.0.4
carousel_slider: ^4.1.1
collection: ^1.15.0
connectivity_plus: ^2.3.0
context_menus: ^1.0.2
cupertino_icons: ^1.0.2
dartx: ^0.7.1
drift: ^1.7.1
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_custom_clippers: ^2.1.0
flutter_html: ^2.2.1
flutter_keyboard_visibility: ^5.3.0
flutter_lints: ^2.0.0
flutter_local_notifications: ^12.0.3
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^5.0.2
fluttertoast: ^8.0.9
get_it: ^7.2.0
http: ^0.13.5
icapps_architecture: ^0.7.2
injectable: ^1.5.3
intl: ^0.17.0
json_annotation: ^4.6.0
niddler_dart: ^1.5.0
onboarding: ^3.1.0
parse_server_sdk_flutter: ^3.1.3
path: ^1.8.0
path_provider: ^2.0.8
percent_indicator: ^4.2.2
provider: ^6.0.3
retrofit: ^3.0.1+1
rxdart: ^0.27.7
screenshot: ^1.2.3
scroll_when_needed: ^2.0.0
sentry_flutter: ^6.9.1
share_plus: ^4.0.10
shared_preferences: ^2.0.11
skeleton_loader: ^2.0.0+4
statsfl: ^2.0.1-nullsafety
styled_widget: ^0.3.1
sqlite3_flutter_libs: ^0.5.2
synchronized: ^3.0.0+2
storage_inspector: ^0.1.1
textstyle_extensions: ^2.0.0-nullsafety
timeago: ^3.3.0
url_launcher: ^6.1.2
wakelock: ^0.6.2
workmanager: ^0.5.0
dev_dependencies:
build_runner: ^2.2.0
drift_dev: ^1.7.1
flutter_launcher_icons: ^0.9.2
flutter_test:
sdk: flutter
license_generator: ^1.0.5
injectable_generator: ^1.5.4
json_serializable: ^6.3.1
locale_gen: ^4.1.2
mockito: ^5.0.15
model_generator: ^5.8.1
retrofit_generator: ^4.0.3+1
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/icons/
- assets/images/
- assets/sound/
fonts:
- family: Lato
fonts:
- asset: assets/fonts/Lato-Thin.ttf
weight: 200
- asset: assets/fonts/Lato-Light.ttf
weight: 300
- asset: assets/fonts/Lato-Regular.ttf
weight: 400
- asset: assets/fonts/Lato-Bold.ttf
weight: 700
- asset: assets/fonts/Lato-Black.ttf
weight: 800
locale_gen:
default_language: 'en'
languages: ['en', 'fr', 'es']
locale_assets_path: 'assets/locale/'
assets_path: 'assets/locale/'
output_path: 'lib/util/locale/'
icapps_license:
nullsafety: true
licenses:
device_info: 'https://raw.githubusercontent.com/flutter/plugins/master/packages/device_info/device_info/LICENSE'
flutter_cache_manager: 'https://raw.githubusercontent.com/Baseflow/flutter_cache_manager/develop/flutter_cache_manager/LICENSE'
targets:
$default:
builders:
json_serializable:
options:
# Options configure how source code is generated for every
# `@JsonSerializable`-annotated class in the package.
#
# The default value for each is listed.
any_map: false
checked: false
create_factory: true
create_to_json: true
disallow_unrecognized_keys: false
explicit_to_json: false
field_rename: none
ignore_unannotated: false
include_if_null: true
nullable: true