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
707 stars 166 forks source link

supabase_flutter v3 feature tracker #790

Open dshukertjr opened 8 months ago

dshukertjr commented 8 months ago

An issue to keep track of v3 updates.

dshukertjr commented 8 months ago

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

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

dshukertjr commented 2 months ago

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.

Vinzent03 commented 1 month ago

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 .