From 9a2211d29ea81edc14710465478c8e04fed61b6f Mon Sep 17 00:00:00 2001 From: Julian Bissekkou <36447137+JulianBissekkou@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:01:00 +0200 Subject: [PATCH 1/3] widen dart sdk constraints --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fed503a..45c677a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 homepage: environment: - sdk: ^3.5.4 + sdk: ">=3.5.3 <4.0.0" flutter: '>=3.3.0' dependencies: From defeba89c3d769f710e62d3fa74d240aa1f12471 Mon Sep 17 00:00:00 2001 From: Julian Bissekkou <36447137+JulianBissekkou@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:02:38 +0200 Subject: [PATCH 2/3] widen web constraints --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 45c677a..8078079 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - web: ^0.5.1 + web: ">=0.5.1 <= 1.0.0" plugin_platform_interface: ^2.1.8 js: ^0.6.3 vector_math: ^2.1.4 From 78481f24a5081e2f334c192cf4c8f3142486a7d7 Mon Sep 17 00:00:00 2001 From: Julian Bissekkou Date: Wed, 13 Nov 2024 18:24:14 +0100 Subject: [PATCH 3/3] loosen sdk requirements --- example/pubspec.lock | 6 +++--- example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 0a66915..8ca43e8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -374,10 +374,10 @@ packages: dependency: transitive description: name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb url: "https://pub.dev" source: hosted - version: "0.5.1" + version: "1.1.0" webdriver: dependency: transitive description: @@ -395,5 +395,5 @@ packages: source: hosted version: "6.5.0" sdks: - dart: ">=3.5.4 <4.0.0" + dart: ">=3.5.1 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index daf608f..f498978 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ description: "Demonstrates how to use the tapped_native_screenshot plugin." publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ^3.5.4 + sdk: ">=3.5.1 <4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions diff --git a/pubspec.yaml b/pubspec.yaml index 8078079..148b020 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 homepage: environment: - sdk: ">=3.5.3 <4.0.0" + sdk: ">=3.5.1 <4.0.0" flutter: '>=3.3.0' dependencies: @@ -12,7 +12,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - web: ">=0.5.1 <= 1.0.0" + web: ^1.0.0 plugin_platform_interface: ^2.1.8 js: ^0.6.3 vector_math: ^2.1.4