Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.1"
version: "2.4.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -154,7 +154,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
version: "1.17.0"
color:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -304,7 +304,7 @@ packages:
name: flutter_native_splash
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.8"
version: "2.2.19"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -379,7 +379,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.0"
version: "0.15.2"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -407,7 +407,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
version: "4.0.15"
intl:
dependency: "direct main"
description:
Expand Down Expand Up @@ -435,7 +435,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
version: "0.6.5"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -484,7 +484,7 @@ packages:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.5"
version: "0.2.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -589,7 +589,7 @@ packages:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "5.1.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -762,7 +762,7 @@ packages:
name: universal_io
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.2.0"
url_launcher:
dependency: "direct main"
description:
Expand Down Expand Up @@ -825,7 +825,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.4"
wakelock:
dependency: "direct main"
description:
Expand Down Expand Up @@ -904,7 +904,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.0"
version: "6.2.2"
yaml:
dependency: transitive
description:
Expand All @@ -913,5 +913,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.17.0 <3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dev_dependencies:
lint: ^1.10.0

change_app_package_name: ^1.1.0
flutter_native_splash: ^2.2.8
flutter_native_splash: ^2.2.19

archive: ^3.3.1
xml: ^6.1.0
Expand Down