Skip to content

Bump extended_image from 6.3.4 to 7.0.1 #3

Closed
wants to merge 1 commit into from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 14 additions & 14 deletions pubspec.lock
Expand Up @@ -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 @@ -161,7 +161,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 @@ -203,7 +203,7 @@ packages:
name: extended_image
url: "https://pub.dartlang.org"
source: hosted
version: "6.3.4"
version: "7.0.1"
extended_image_library:
dependency: transitive
description:
Expand Down Expand Up @@ -400,7 +400,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 @@ -442,14 +442,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 @@ -727,7 +727,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
version: "1.9.1"
sqflite:
dependency: transitive
description:
Expand All @@ -748,14 +748,14 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "1.11.0"
stream_channel:
dependency: transitive
description:
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 @@ -769,7 +769,7 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
synchronized:
dependency: transitive
description:
Expand All @@ -790,7 +790,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 @@ -874,7 +874,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.4"
watcher:
dependency: transitive
description:
Expand Down Expand Up @@ -919,4 +919,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.18.6 <3.0.0"
flutter: ">=3.3.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -49,7 +49,7 @@ dependencies:
pull_to_refresh: ^2.0.0
settings_ui: ^2.0.2
hgg_app_upgrade: ^1.0.0
extended_image: ^6.3.4
extended_image: ^7.0.1
image_gallery_saver: ^1.7.1
fluttertoast: ^8.1.2

Expand Down