flutter_supabase_chat_core
flutter_supabase_chat_core copied to clipboard
Wrong min Dart SDK version for Flutter 3.22.x support
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.