supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
719 stars 170 forks source link

Upgraded to newest flutter (java as well) and now get an error when adding supabase for android build #1060

Open MissingLinkDev opened 4 hours ago

MissingLinkDev commented 4 hours ago

Describe the bug Was switching from firebase to supabase and started getting a java build error when adding supabase_flutter to the project image

To Reproduce Steps to reproduce the behavior:

  1. Create a new flutter project using the skeleton application
  2. Run project (works well)
  3. Add in supabase_flutter
  4. Rerun and will get the following error on build

Expected behavior Should still build correctly

Screenshots See error above on the error its producing. Here's flutter doctor for my android studio and sdk versions image

Version (please complete the following information): Ran the command, but error starts as soon as package is added: image

Vinzent03 commented 4 hours ago

Have you tried these steps? https://stackoverflow.com/a/79061221/14566634

MissingLinkDev commented 4 hours ago

Have you tried these steps? https://stackoverflow.com/a/79061221/14566634

Just tried that (except for downgrading to jdk17) always like to stay on current if possible, but if I need to downgrade I will