File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ packages:
42
42
name: auto_route
43
43
url: "https://pub.dartlang.org"
44
44
source: hosted
45
- version: "4.0 .1"
45
+ version: "4.2 .1"
46
46
auto_route_generator:
47
47
dependency: "direct dev"
48
48
description:
49
49
name: auto_route_generator
50
50
url: "https://pub.dartlang.org"
51
51
source: hosted
52
- version: "4.0 .0"
52
+ version: "4.2 .0"
53
53
bloc:
54
54
dependency: "direct main"
55
55
description:
@@ -70,7 +70,7 @@ packages:
70
70
name: bot_toast
71
71
url: "https://pub.dartlang.org"
72
72
source: hosted
73
- version: "4.0.2 "
73
+ version: "4.0.3 "
74
74
build:
75
75
dependency: transitive
76
76
description:
@@ -84,7 +84,7 @@ packages:
84
84
name: build_config
85
85
url: "https://pub.dartlang.org"
86
86
source: hosted
87
- version: "1.0 .0"
87
+ version: "1.1 .0"
88
88
build_daemon:
89
89
dependency: transitive
90
90
description:
@@ -105,7 +105,7 @@ packages:
105
105
name: build_runner
106
106
url: "https://pub.dartlang.org"
107
107
source: hosted
108
- version: "2.1.11 "
108
+ version: "2.2.0 "
109
109
build_runner_core:
110
110
dependency: transitive
111
111
description:
@@ -304,7 +304,7 @@ packages:
304
304
name: flutter_native_splash
305
305
url: "https://pub.dartlang.org"
306
306
source: hosted
307
- version: "2.2.3+1 "
307
+ version: "2.2.7 "
308
308
flutter_screenutil:
309
309
dependency: "direct main"
310
310
description:
@@ -360,7 +360,7 @@ packages:
360
360
name: flutter_svg
361
361
url: "https://pub.dartlang.org"
362
362
source: hosted
363
- version: "1.1.0 "
363
+ version: "1.1.1+1 "
364
364
flutter_test:
365
365
dependency: "direct dev"
366
366
description: flutter
@@ -447,14 +447,14 @@ packages:
447
447
name: json_annotation
448
448
url: "https://pub.dartlang.org"
449
449
source: hosted
450
- version: "4.5 .0"
450
+ version: "4.6 .0"
451
451
json_serializable:
452
452
dependency: "direct dev"
453
453
description:
454
454
name: json_serializable
455
455
url: "https://pub.dartlang.org"
456
456
source: hosted
457
- version: "6.2.0 "
457
+ version: "6.3.1 "
458
458
lint:
459
459
dependency: transitive
460
460
description:
Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ dependencies:
48
48
equatable : ^2.0.3
49
49
bloc : ^8.0.3
50
50
# Navigation
51
- auto_route : ^4.0 .1
51
+ auto_route : ^4.2 .1
52
52
# Global in-app alert/notification/toast/snackBar
53
- bot_toast : ^4.0.2
53
+ bot_toast : ^4.0.3
54
54
# Responsiveness
55
55
flutter_screenutil : ^5.5.3+2
56
56
# SVG Support
57
- flutter_svg : ^1.1.0
57
+ flutter_svg : ^1.1.1+1
58
58
# Data Model Json serialization annotations
59
- json_annotation : ^4.5 .0
59
+ json_annotation : ^4.6 .0
60
60
# Native Splash screen autoconfiguration
61
- flutter_native_splash : ^2.2.3+1
61
+ flutter_native_splash : ^2.2.7
62
62
63
63
64
64
dev_dependencies :
@@ -72,10 +72,10 @@ dev_dependencies:
72
72
# rules and activating additional ones.
73
73
flutter_lints : ^2.0.1
74
74
# Code generation
75
- build_runner : ^2.1.11
76
- auto_route_generator : ^4.0 .0
75
+ build_runner : ^2.2.0
76
+ auto_route_generator : ^4.2 .0
77
77
# Json serialization code generation
78
- json_serializable : ^6.2.0
78
+ json_serializable : ^6.3.1
79
79
# Native Launcher Icons generator
80
80
flutter_launcher_icons : ^0.9.3
81
81
# Change app package name/bundle id and app name
You can’t perform that action at this time.
0 commit comments