celest-dev / celest

The Flutter cloud platform
https://celest.dev
Other
231 stars 13 forks source link

New Feature Request: Supabase package support. #151

Closed ps6067966 closed 1 week ago

ps6067966 commented 2 weeks ago

There is dart-only version of supabase package. but currently not working with celest. I'm already using supabase and dart frog in some projects.

Please add supabase support.

ps6067966 commented 2 weeks ago

@dnys1

dnys1 commented 1 week ago

Hey Pratap, sorry for the delay. Looking into this now 👍

dnys1 commented 1 week ago

Hi @ps6067966, we've identified the issue and are working on a permanent fix. In the meantime, if you add the following to your celest/pubspec.yaml, you should be able to continue working:

dependency_overrides:
  web_socket_channel: ^3.0.0

Apologies for the inconvenience. I'll leave this issue open until it is fully resolved.

dnys1 commented 1 week ago

Hi @ps6067966, the fix for this has been released in CLI version 0.4.7. Please run celest upgrade and let me know if you face any more issues!