supabase-flutter icon indicating copy to clipboard operation
supabase-flutter copied to clipboard

supabase_flutter v3 feature tracker

Open dshukertjr opened this issue 2 years ago • 3 comments

An issue to keep track of v3 updates.

dshukertjr avatar Jan 07 '24 10:01 dshukertjr

Return file id on upload for storage. js implementation here.

Basically this: https://github.com/supabase/supabase-flutter/pull/789#issuecomment-1879400440

dshukertjr avatar Jan 07 '24 10:01 dshukertjr

Update app_links dependencies to the latest version

Related: https://github.com/supabase/supabase-flutter/pull/915

dshukertjr avatar May 06 '24 12:05 dshukertjr

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.

dshukertjr avatar Jul 11 '24 03:07 dshukertjr

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 .

Vinzent03 avatar Aug 13 '24 18:08 Vinzent03