From 17218b1953f65ae839fb18009eb6f86281f76ed4 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sat, 27 Jul 2024 12:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Allows=20`package:web`=200?= =?UTF-8?q?.5.x~1.x.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/web_adapter/pubspec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/web_adapter/pubspec.yaml b/plugins/web_adapter/pubspec.yaml index f1dd94957..75580bb4d 100644 --- a/plugins/web_adapter/pubspec.yaml +++ b/plugins/web_adapter/pubspec.yaml @@ -13,14 +13,13 @@ repository: https://github.com/cfug/dio/blob/main/plugins/web_adapter issue_tracker: https://github.com/cfug/dio/issues environment: - sdk: '>=2.18.0 <4.0.0' -# sdk: '>=3.3.0 <4.0.0' + sdk: ^3.3.0 dependencies: dio: ^5.0.0 http_parser: ^4.0.0 meta: ^1.5.0 -# web: '>=0.5.0 <0.6.0' + web: '>=0.5.0 <2.0.0' dev_dependencies: lints: any