From 99475f2f47fc16e7eb8c7ae1200643ec8cf1b8d9 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 28 Oct 2024 15:39:15 -0700 Subject: [PATCH] Switch to http_image_provider 1.0 (#1391) --- pkgs/cronet_http/example/pubspec.yaml | 2 +- pkgs/cupertino_http/example/pubspec.yaml | 2 +- pkgs/flutter_http_example/pubspec.yaml | 2 +- pkgs/ok_http/example/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/cronet_http/example/pubspec.yaml b/pkgs/cronet_http/example/pubspec.yaml index a2ed4b03cb..dfaa39a8e7 100644 --- a/pkgs/cronet_http/example/pubspec.yaml +++ b/pkgs/cronet_http/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter: sdk: flutter http: ^1.0.0 - http_image_provider: ^0.0.3 + http_image_provider: ^1.0.0 provider: ^6.1.1 dev_dependencies: diff --git a/pkgs/cupertino_http/example/pubspec.yaml b/pkgs/cupertino_http/example/pubspec.yaml index 5d15cf4a47..153a11826e 100644 --- a/pkgs/cupertino_http/example/pubspec.yaml +++ b/pkgs/cupertino_http/example/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter: sdk: flutter http: ^1.0.0 - http_image_provider: ^0.0.3 + http_image_provider: ^1.0.0 provider: ^6.1.1 dev_dependencies: diff --git a/pkgs/flutter_http_example/pubspec.yaml b/pkgs/flutter_http_example/pubspec.yaml index 272f50d854..08d1b70430 100644 --- a/pkgs/flutter_http_example/pubspec.yaml +++ b/pkgs/flutter_http_example/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter: sdk: flutter http: ^1.0.0 - http_image_provider: ^0.0.3 + http_image_provider: ^1.0.0 provider: ^6.0.5 dev_dependencies: diff --git a/pkgs/ok_http/example/pubspec.yaml b/pkgs/ok_http/example/pubspec.yaml index 8a394364fe..38b21c5923 100644 --- a/pkgs/ok_http/example/pubspec.yaml +++ b/pkgs/ok_http/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter http: ^1.0.0 - http_image_provider: ^0.0.3 + http_image_provider: ^1.0.0 ok_http: path: ../ provider: ^6.1.1