Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Closed
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
38 changes: 19 additions & 19 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
version: "3.3.2"
args:
dependency: transitive
description:
Expand All @@ -35,14 +35,14 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
version: "2.10.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
build:
dependency: transitive
description:
Expand Down Expand Up @@ -133,7 +133,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
version: "1.17.0"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -245,7 +245,7 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.2"
version: "6.1.4"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -406,7 +406,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
version: "0.6.5"
json2yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -462,14 +462,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.12"
version: "0.12.13"
material_color_utilities:
dependency: transitive
description:
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 @@ -712,21 +712,21 @@ packages:
name: slang
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
version: "3.11.1"
slang_build_runner:
dependency: "direct dev"
description:
name: slang_build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
version: "3.11.0"
slang_flutter:
dependency: "direct main"
description:
name: slang_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
version: "3.11.0"
source_gen:
dependency: transitive
description:
Expand All @@ -747,14 +747,14 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
version: "1.9.1"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "1.11.0"
state_notifier:
dependency: transitive
description:
Expand All @@ -768,7 +768,7 @@ packages:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
stream_transform:
dependency: transitive
description:
Expand All @@ -782,7 +782,7 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
substring_highlight:
dependency: "direct main"
description:
Expand Down Expand Up @@ -810,7 +810,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.12"
version: "0.4.16"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -894,14 +894,14 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.4"
vm_service:
dependency: transitive
description:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.0"
version: "9.4.0"
watcher:
dependency: transitive
description:
Expand All @@ -922,7 +922,7 @@ packages:
name: webdriver
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.1"
win32:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
shared_preferences: ^2.0.15
shimmer: ^2.0.0
slang: ^3.1.0
slang_flutter: ^3.1.0
slang_flutter: ^3.11.0
substring_highlight: ^1.0.33
url_launcher: ^6.1.6

Expand Down