Skip to content

Commit 4297106

Browse files
committed
feature/upgrade latest depencies
1 parent 8799ea8 commit 4297106

File tree

4 files changed

+44
-58
lines changed

4 files changed

+44
-58
lines changed

example/pubspec.lock

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.15.0"
59+
version: "1.16.0"
6060
crypto:
6161
dependency: transitive
6262
description:
@@ -84,7 +84,7 @@ packages:
8484
name: fake_async
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "1.2.0"
87+
version: "1.3.0"
8888
flutter:
8989
dependency: "direct main"
9090
description: flutter
@@ -103,7 +103,7 @@ packages:
103103
name: flutter_platform_widgets
104104
url: "https://pub.dartlang.org"
105105
source: hosted
106-
version: "1.20.0"
106+
version: "2.0.0"
107107
flutter_test:
108108
dependency: "direct dev"
109109
description: flutter
@@ -120,7 +120,7 @@ packages:
120120
name: go_router
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "2.5.7"
123+
version: "3.1.1"
124124
html:
125125
dependency: transitive
126126
description:
@@ -141,7 +141,7 @@ packages:
141141
name: js
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.6.3"
144+
version: "0.6.4"
145145
json_annotation:
146146
dependency: transitive
147147
description:
@@ -176,7 +176,7 @@ packages:
176176
name: material_color_utilities
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "0.1.3"
179+
version: "0.1.4"
180180
meta:
181181
dependency: transitive
182182
description:
@@ -197,14 +197,7 @@ packages:
197197
name: path
198198
url: "https://pub.dartlang.org"
199199
source: hosted
200-
version: "1.8.0"
201-
path_to_regexp:
202-
dependency: transitive
203-
description:
204-
name: path_to_regexp
205-
url: "https://pub.dartlang.org"
206-
source: hosted
207-
version: "0.4.0"
200+
version: "1.8.1"
208201
plugin_platform_interface:
209202
dependency: transitive
210203
description:
@@ -230,7 +223,7 @@ packages:
230223
name: source_span
231224
url: "https://pub.dartlang.org"
232225
source: hosted
233-
version: "1.8.1"
226+
version: "1.8.2"
234227
stack_trace:
235228
dependency: transitive
236229
description:
@@ -272,7 +265,7 @@ packages:
272265
name: test_api
273266
url: "https://pub.dartlang.org"
274267
source: hosted
275-
version: "0.4.8"
268+
version: "0.4.9"
276269
typed_data:
277270
dependency: transitive
278271
description:
@@ -293,7 +286,7 @@ packages:
293286
name: vector_math
294287
url: "https://pub.dartlang.org"
295288
source: hosted
296-
version: "2.1.1"
289+
version: "2.1.2"
297290
video_player:
298291
dependency: transitive
299292
description:
@@ -330,5 +323,5 @@ packages:
330323
source: hosted
331324
version: "2.0.10"
332325
sdks:
333-
dart: ">=2.14.0 <3.0.0"
334-
flutter: ">=2.10.0"
326+
dart: ">=2.17.0 <3.0.0"
327+
flutter: ">=3.0.0"

lib/src/views/widget/time_picker_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ class _DialPainter extends CustomPainter {
858858
required this.theta,
859859
required this.textDirection,
860860
required this.selectedValue,
861-
}) : super(repaint: PaintingBinding.instance!.systemFonts);
861+
}) : super(repaint: PaintingBinding.instance.systemFonts);
862862

863863
final List<_TappableLabel> primaryLabels;
864864
final List<_TappableLabel> secondaryLabels;

pubspec.lock

Lines changed: 28 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "39.0.0"
10+
version: "40.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "4.0.0"
17+
version: "4.1.0"
1818
archive:
1919
dependency: transitive
2020
description:
@@ -77,14 +77,14 @@ packages:
7777
name: build_resolvers
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "2.0.8"
80+
version: "2.0.9"
8181
build_runner:
8282
dependency: "direct dev"
8383
description:
8484
name: build_runner
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "2.1.10"
87+
version: "2.1.11"
8888
build_runner_core:
8989
dependency: transitive
9090
description:
@@ -105,7 +105,7 @@ packages:
105105
name: built_value
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "8.3.0"
108+
version: "8.3.2"
109109
characters:
110110
dependency: transitive
111111
description:
@@ -147,14 +147,14 @@ packages:
147147
name: collection
148148
url: "https://pub.dartlang.org"
149149
source: hosted
150-
version: "1.15.0"
150+
version: "1.16.0"
151151
convert:
152152
dependency: transitive
153153
description:
154154
name: convert
155155
url: "https://pub.dartlang.org"
156156
source: hosted
157-
version: "3.0.1"
157+
version: "3.0.2"
158158
crypto:
159159
dependency: transitive
160160
description:
@@ -168,14 +168,14 @@ packages:
168168
name: csslib
169169
url: "https://pub.dartlang.org"
170170
source: hosted
171-
version: "0.17.1"
171+
version: "0.17.2"
172172
cupertino_icons:
173173
dependency: "direct main"
174174
description:
175175
name: cupertino_icons
176176
url: "https://pub.dartlang.org"
177177
source: hosted
178-
version: "1.0.4"
178+
version: "1.0.5"
179179
dart_style:
180180
dependency: transitive
181181
description:
@@ -189,7 +189,7 @@ packages:
189189
name: fake_async
190190
url: "https://pub.dartlang.org"
191191
source: hosted
192-
version: "1.2.0"
192+
version: "1.3.0"
193193
file:
194194
dependency: transitive
195195
description:
@@ -222,7 +222,7 @@ packages:
222222
name: flutter_platform_widgets
223223
url: "https://pub.dartlang.org"
224224
source: hosted
225-
version: "1.20.0"
225+
version: "2.0.0"
226226
flutter_test:
227227
dependency: "direct dev"
228228
description: flutter
@@ -239,7 +239,7 @@ packages:
239239
name: frontend_server_client
240240
url: "https://pub.dartlang.org"
241241
source: hosted
242-
version: "2.1.2"
242+
version: "2.1.3"
243243
glob:
244244
dependency: transitive
245245
description:
@@ -253,7 +253,7 @@ packages:
253253
name: go_router
254254
url: "https://pub.dartlang.org"
255255
source: hosted
256-
version: "2.5.7"
256+
version: "3.1.1"
257257
graphs:
258258
dependency: transitive
259259
description:
@@ -281,7 +281,7 @@ packages:
281281
name: http_parser
282282
url: "https://pub.dartlang.org"
283283
source: hosted
284-
version: "4.0.0"
284+
version: "4.0.1"
285285
intl:
286286
dependency: "direct main"
287287
description:
@@ -302,7 +302,7 @@ packages:
302302
name: js
303303
url: "https://pub.dartlang.org"
304304
source: hosted
305-
version: "0.6.3"
305+
version: "0.6.4"
306306
json_annotation:
307307
dependency: "direct main"
308308
description:
@@ -344,7 +344,7 @@ packages:
344344
name: material_color_utilities
345345
url: "https://pub.dartlang.org"
346346
source: hosted
347-
version: "0.1.3"
347+
version: "0.1.4"
348348
meta:
349349
dependency: transitive
350350
description:
@@ -379,14 +379,7 @@ packages:
379379
name: path
380380
url: "https://pub.dartlang.org"
381381
source: hosted
382-
version: "1.8.0"
383-
path_to_regexp:
384-
dependency: transitive
385-
description:
386-
name: path_to_regexp
387-
url: "https://pub.dartlang.org"
388-
source: hosted
389-
version: "0.4.0"
382+
version: "1.8.1"
390383
plugin_platform_interface:
391384
dependency: transitive
392385
description:
@@ -407,7 +400,7 @@ packages:
407400
name: provider
408401
url: "https://pub.dartlang.org"
409402
source: hosted
410-
version: "6.0.2"
403+
version: "6.0.3"
411404
pub_semver:
412405
dependency: transitive
413406
description:
@@ -461,7 +454,7 @@ packages:
461454
name: source_span
462455
url: "https://pub.dartlang.org"
463456
source: hosted
464-
version: "1.8.1"
457+
version: "1.8.2"
465458
stack_trace:
466459
dependency: transitive
467460
description:
@@ -503,7 +496,7 @@ packages:
503496
name: test_api
504497
url: "https://pub.dartlang.org"
505498
source: hosted
506-
version: "0.4.8"
499+
version: "0.4.9"
507500
timing:
508501
dependency: transitive
509502
description:
@@ -517,7 +510,7 @@ packages:
517510
name: typed_data
518511
url: "https://pub.dartlang.org"
519512
source: hosted
520-
version: "1.3.0"
513+
version: "1.3.1"
521514
uuid:
522515
dependency: "direct main"
523516
description:
@@ -531,35 +524,35 @@ packages:
531524
name: vector_math
532525
url: "https://pub.dartlang.org"
533526
source: hosted
534-
version: "2.1.1"
527+
version: "2.1.2"
535528
video_player:
536529
dependency: "direct main"
537530
description:
538531
name: video_player
539532
url: "https://pub.dartlang.org"
540533
source: hosted
541-
version: "2.4.2"
534+
version: "2.4.4"
542535
video_player_android:
543536
dependency: transitive
544537
description:
545538
name: video_player_android
546539
url: "https://pub.dartlang.org"
547540
source: hosted
548-
version: "2.3.3"
541+
version: "2.3.6"
549542
video_player_avfoundation:
550543
dependency: transitive
551544
description:
552545
name: video_player_avfoundation
553546
url: "https://pub.dartlang.org"
554547
source: hosted
555-
version: "2.3.4"
548+
version: "2.3.5"
556549
video_player_platform_interface:
557550
dependency: transitive
558551
description:
559552
name: video_player_platform_interface
560553
url: "https://pub.dartlang.org"
561554
source: hosted
562-
version: "5.1.2"
555+
version: "5.1.3"
563556
video_player_web:
564557
dependency: transitive
565558
description:
@@ -589,5 +582,5 @@ packages:
589582
source: hosted
590583
version: "3.1.1"
591584
sdks:
592-
dart: ">=2.16.0 <3.0.0"
593-
flutter: ">=2.10.0"
585+
dart: ">=2.17.0 <3.0.0"
586+
flutter: ">=3.0.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/quickbirdstudios/survey_kit
66
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues
77

88
environment:
9-
sdk: '>=2.12.0 <3.0.0'
9+
sdk: '>=2.17.0 <3.0.0'
1010
flutter: ">=1.20.0"
1111

1212
dependencies:
@@ -16,8 +16,8 @@ dependencies:
1616
flutter:
1717
sdk: flutter
1818
flutter_bloc: ^8.0.1
19-
flutter_platform_widgets: ^1.9.0
20-
go_router: ^2.1.0
19+
flutter_platform_widgets: ^2.0.0
20+
go_router: ^3.1.1
2121
intl: ^0.17.0
2222
json_annotation: ^4.0.1
2323
lottie: ^1.0.1

0 commit comments

Comments
 (0)