flutter_supabase_chat_core icon indicating copy to clipboard operation
flutter_supabase_chat_core copied to clipboard

Wrong min Dart SDK version for Flutter 3.22.x support

Open Parfyonator opened this issue 1 year ago • 1 comments

Hi. Thanks for this analog of flutter_firebase_chat_core for Supabase.

I noticed a small issue in the last commit for Flutter 3.22.x. The actual Dart SDK for 3.22.0 release is 3.4.0. So it should be changed from 3.4.1 to 3.4.0. It may not seem like much but it may result in flutter pub get fail for those who use Flutter 3.22.0 in their project.

image

Parfyonator avatar Jul 15 '24 21:07 Parfyonator