From 582bdc8d49a7aeb2130b34f4afab335cb52efb4d Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Wed, 23 Aug 2023 18:55:22 +0000 Subject: [PATCH] pubspec: update sdk version (#207) This change updates sdk version. Signed-off-by: Hidenori Matsubayashi --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e2100bc..34e41da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: flutter_elinux description: Flutter application build tools for Embedded Linux devices homepage: https://github.com/sony/flutter-elinux -publish_to: none +publish_to: 'none' environment: - sdk: ">=2.17.0 <3.0.0" + sdk: '>=3.0.0 <4.0.0' dependencies: flutter_tools: