-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
213 lines (194 loc) · 6.23 KB
/
pubspec.yaml
File metadata and controls
213 lines (194 loc) · 6.23 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
name: core
description: A new Flutter project.
# 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.12.19
environment:
sdk: ">=3.5.1 <4.0.0"
flutter: ">=3.24.1"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
#DATA CLASSES
freezed: ^2.3.2
freezed_annotation: ^2.2.0
#NETWORK
http_parser: ^4.0.2
dio_cache_interceptor: ^3.5.0
dio_cache_interceptor_hive_store: ^3.2.2
dio: ^5.2.1
fresh_dio: ^0.4.0
google_sign_in: ^6.1.4
stream_chat_flutter_core: ^8.1.0
stream_chat_flutter: ^8.1.0
googleapis: ^13.1.0
extension_google_sign_in_as_googleapis_auth: ^2.0.12
g_recaptcha_v3: ^0.0.6
retrofit: ^4.1.0
#STATE MANAGEMENT
bloc: ^8.1.4
flutter_bloc: ^8.1.4
flutter_form_bloc:
git:
url: https://github.com/DIRRHUB/form_bloc.git
ref: porada
path: packages/flutter_form_bloc
#UI
introduction_screen: any
another_stepper:
git:
url: https://github.com/PoradaApp/another_stepper
ref: master
flutter_expanded_tile:
git:
url: https://github.com/PoradaApp/flutter_expanded_tile.git
ref: porada
dropdown_flutter:
git:
url: https://github.com/DIRRHUB/dropdown_flutter.git
ref: porada
cached_network_image: ^3.4.1
flutter_adaptive_scaffold:
git:
url: https://github.com/PoradaApp/packages.git
ref: porada
path: packages/flutter_adaptive_scaffold
oktoast: ^3.4.0
syncfusion_flutter_calendar: ^26.2.12
animations: ^2.0.11
table_calendar: ^3.0.9
flutter_portal: ^1.1.4
auto_size_text: ^3.0.0
dynamic_height_grid_view: ^0.0.3 #grid view with dynamic height of children which simplify implemetation
percent_indicator: ^4.2.3
flutter_staggered_animations: ^1.1.1
smooth_page_indicator: ^1.1.0
scrolling_page_indicator:
git:
url: https://github.com/DIRRHUB/FlutterScrollingPageIndicator.git
ref: master
flutter_feather_icons: ^2.0.0+1
fading_edge_scrollview: ^4.0.0
loop_page_view: ^1.2.5
aligned_tooltip: ^0.0.1
shimmer: ^3.0.0
infinite_scroll_pagination: ^4.0.0
fleather: ^1.18.0
dotted_border: ^2.1.0
scaled_app: ^2.3.0
lottie: ^3.1.0
gap: ^3.0.1
pdfx: ^2.6.0
fl_chart: ^0.69.0
card_swiper: ^3.0.1
image_stack: ^2.1.1
vector_graphics: any
super_sliver_list: ^0.4.1
#DATABASE
hive: ^2.2.3
hive_flutter: ^1.1.0
flutter_secure_storage: ^9.0.0
#TESTING
lorem_ipsum: any
package_info_plus: ^8.0.1
loggy: ^2.0.3
performance: ^0.1.1
#OTHER
equatable: ^2.0.5
dartz: ^0.10.1
timezone: ^0.9.4
timezone_to_country: ^2.1.0
country_state_city: ^0.1.6
get_it: ^7.6.7
go_router: ^14.1.1
image_picker: ^1.0.5
easy_debounce: ^2.0.3
url_launcher: ^6.1.12
url_strategy: ^0.3.0
rxdart: ^0.28.0
universal_html: ^2.2.4
stack_trace: ^1.11.1
intl: ^0.19.0
overflow_view: ^0.3.1
js: ^0.7.1
#VIDEO
camera: ^0.11.0+2
camera_android_camerax: ^0.6.10
stop_watch_timer: ^3.1.1
media_kit: ^1.1.11
media_kit_video: ^1.2.5
media_kit_libs_video: ^1.0.5
video_player_media_kit: ^1.0.5
media_kit_libs_android_video: any
# we used forked lib to not have a conflicts with video_thumbnail original plugin
get_thumbnail_video: # ^0.6.1
git:
url: https://github.com/followthemoney1/video_thumbnail
ref: dev_d
#ANALYTICS
sentry_flutter: ^8.9.0
firebase_analytics: ^11.3.0
firebase_core: ^3.4.0
package_rename: ^1.7.1
#Temporary overrides some packages to resolve conflicts
dependency_overrides:
lottie: ^3.0.0
uuid: ^4.2.1
js: ^0.7.1
dev_dependencies:
build_runner: ^2.4.7
source_gen: ^1.2.7
json_serializable: ^6.6.1
json_annotation: ^4.8.0
hive_generator: ^2.0.1
retrofit_generator: ^8.1.0
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
sentry_dart_plugin: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
generate: true
# 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
assets:
- assets/png/
- assets/svg/icons/
sentry:
upload_debug_symbols: true
upload_source_maps: true
upload_sources: false
project: porada-app
org: diachenko-3y
wait_for_processing: true
log_level: error
commits: auto
ignore_missing: true