supabase_flutter v3 feature tracker
An issue to keep track of v3 updates.
Return file id on upload for storage. js implementation here.
Basically this: https://github.com/supabase/supabase-flutter/pull/789#issuecomment-1879400440
Update app_links dependencies to the latest version
Related: https://github.com/supabase/supabase-flutter/pull/915
Rename supabase package to supabase-dart. With all the warnings on readme, and docs, there are still people using the supabase package on a Flutter project and complaining something isn't working.
Migrate from dart:html to the new web package. The only breaking change would be to require at least Dart v3.4.0, currently v3.0.0 .