From 47dffb0dc700bf1da19da3879d5ba0d90287636c Mon Sep 17 00:00:00 2001 From: Hugo Passos Date: Tue, 29 Aug 2023 00:36:13 -0300 Subject: [PATCH] bump sdk constraints --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index cdf3c88..756e620 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: Demonstrates how to use the drag_select_grid_view package. publish_to: 'none' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index ba7ecb4..692da47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/hcbpassos/drag_select_grid_view issue_tracker: https://github.com/hcbpassos/drag_select_grid_view/issues environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: flutter: