From cdee13f3c1e3801f50c61c0fb454ea5d26443f8b Mon Sep 17 00:00:00 2001 From: Alexander Dischberg Date: Thu, 14 Dec 2023 02:15:55 +0800 Subject: [PATCH] chore: fix lint issue --- app_widget/pubspec.yaml | 2 +- app_widget_platform_interface/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app_widget/pubspec.yaml b/app_widget/pubspec.yaml index d3f727f..6c6340b 100644 --- a/app_widget/pubspec.yaml +++ b/app_widget/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget issue_tracker: https://github.com/noxasch/flutter_app_widget/issues environment: - sdk: ">=2.17.6 <3.0.0" + sdk: ">=2.17.6 <4.0.0" flutter: ">=2.5.0" dependencies: diff --git a/app_widget_platform_interface/pubspec.yaml b/app_widget_platform_interface/pubspec.yaml index 405c618..8876e01 100644 --- a/app_widget_platform_interface/pubspec.yaml +++ b/app_widget_platform_interface/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/noxasch/flutter_app_widget/tree/master/app_widget issue_tracker: https://github.com/noxasch/flutter_app_widget/issues environment: - sdk: ">=2.17.6 <3.0.0" + sdk: ">=2.17.6 <4.0.0" flutter: ">=2.5.0" dependencies: