Skip to content

Commit ad2a806

Browse files
committed
Updated packages
1 parent 47926a6 commit ad2a806

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ packages:
4242
name: auto_route
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "4.0.1"
45+
version: "4.2.1"
4646
auto_route_generator:
4747
dependency: "direct dev"
4848
description:
4949
name: auto_route_generator
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "4.0.0"
52+
version: "4.2.0"
5353
bloc:
5454
dependency: "direct main"
5555
description:
@@ -70,7 +70,7 @@ packages:
7070
name: bot_toast
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "4.0.2"
73+
version: "4.0.3"
7474
build:
7575
dependency: transitive
7676
description:
@@ -84,7 +84,7 @@ packages:
8484
name: build_config
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "1.0.0"
87+
version: "1.1.0"
8888
build_daemon:
8989
dependency: transitive
9090
description:
@@ -105,7 +105,7 @@ packages:
105105
name: build_runner
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "2.1.11"
108+
version: "2.2.0"
109109
build_runner_core:
110110
dependency: transitive
111111
description:
@@ -304,7 +304,7 @@ packages:
304304
name: flutter_native_splash
305305
url: "https://pub.dartlang.org"
306306
source: hosted
307-
version: "2.2.3+1"
307+
version: "2.2.7"
308308
flutter_screenutil:
309309
dependency: "direct main"
310310
description:
@@ -360,7 +360,7 @@ packages:
360360
name: flutter_svg
361361
url: "https://pub.dartlang.org"
362362
source: hosted
363-
version: "1.1.0"
363+
version: "1.1.1+1"
364364
flutter_test:
365365
dependency: "direct dev"
366366
description: flutter
@@ -447,14 +447,14 @@ packages:
447447
name: json_annotation
448448
url: "https://pub.dartlang.org"
449449
source: hosted
450-
version: "4.5.0"
450+
version: "4.6.0"
451451
json_serializable:
452452
dependency: "direct dev"
453453
description:
454454
name: json_serializable
455455
url: "https://pub.dartlang.org"
456456
source: hosted
457-
version: "6.2.0"
457+
version: "6.3.1"
458458
lint:
459459
dependency: transitive
460460
description:

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ dependencies:
4848
equatable: ^2.0.3
4949
bloc: ^8.0.3
5050
# Navigation
51-
auto_route: ^4.0.1
51+
auto_route: ^4.2.1
5252
# Global in-app alert/notification/toast/snackBar
53-
bot_toast: ^4.0.2
53+
bot_toast: ^4.0.3
5454
# Responsiveness
5555
flutter_screenutil: ^5.5.3+2
5656
#SVG Support
57-
flutter_svg: ^1.1.0
57+
flutter_svg: ^1.1.1+1
5858
# Data Model Json serialization annotations
59-
json_annotation: ^4.5.0
59+
json_annotation: ^4.6.0
6060
#Native Splash screen autoconfiguration
61-
flutter_native_splash: ^2.2.3+1
61+
flutter_native_splash: ^2.2.7
6262

6363

6464
dev_dependencies:
@@ -72,10 +72,10 @@ dev_dependencies:
7272
# rules and activating additional ones.
7373
flutter_lints: ^2.0.1
7474
# 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
7777
# Json serialization code generation
78-
json_serializable: ^6.2.0
78+
json_serializable: ^6.3.1
7979
# Native Launcher Icons generator
8080
flutter_launcher_icons: ^0.9.3
8181
# Change app package name/bundle id and app name

0 commit comments

Comments
 (0)