From b65056b078fbdbbcd1c6e3e65116b52b03b08d7f Mon Sep 17 00:00:00 2001 From: Riccardo Cucia Date: Wed, 19 Jun 2024 19:32:13 +0200 Subject: [PATCH] Flutter 3.22.x Support (#7) (#8) --- example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 72cdb86..8db6454 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: '>=2.19.0 <4.0.0' + sdk: '>=3.4.1 <4.0.0' dependencies: cupertino_icons: ^1.0.6 diff --git a/pubspec.yaml b/pubspec.yaml index 7e9c93b..648dd54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,8 @@ homepage: https://flutter-supabase-chat-core.insideapp.it repository: https://github.com/insideapp-srl/flutter_supabase_chat_core environment: - sdk: '>=3.0.0 <4.0.0' - flutter: '>=3.0.0' + sdk: '>=3.4.1 <4.0.0' + flutter: '>=3.22.0' dependencies: flutter: