From 0c5cd061cab3aa3c14010dcafe97c9162aff3fef Mon Sep 17 00:00:00 2001 From: d-silveira Date: Fri, 31 Aug 2018 01:46:38 +0100 Subject: [PATCH 1/2] Update pubspec.yaml disable need for dev channel --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3cb6975..5aff2e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,8 +4,8 @@ version: 0.0.4 author: Clovis Nicolas homepage: https://github.com/clovisnicolas/flutter_screen -environment: - sdk: '>=2.0.0 <3.0.0' +#environment: +# sdk: '>=2.0.0 <3.0.0' dependencies: flutter: From ac6c5c59a5043a833151a10e992f300a3d3cd9fa Mon Sep 17 00:00:00 2001 From: d-silveira Date: Fri, 31 Aug 2018 01:49:37 +0100 Subject: [PATCH 2/2] Update pubspec.yaml disable flutter dev channel dependency --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5aff2e6..e58457c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,8 +4,8 @@ version: 0.0.4 author: Clovis Nicolas homepage: https://github.com/clovisnicolas/flutter_screen -#environment: -# sdk: '>=2.0.0 <3.0.0' +environment: + sdk: '>=2.0.0-dev.28.0 <3.0.0' dependencies: flutter: