insideapp-srl / flutter_supabase_chat_core

Actively maintained, community-driven Supabase BaaS for chat applications with an optional chat UI.
https://flutter-supabase-chat-core.insideapp.it/
Apache License 2.0
23 stars 10 forks source link

Wrong min Dart SDK version for Flutter 3.22.x support #9

Open Parfyonator opened 1 month ago

Parfyonator commented 1 month ago

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
rickypid commented 1 month ago

Thanks @Parfyonator, I'll see if I can fix it in the next release. 👍