Best approach to flutter auth?

What are folks doing on Flutter for auth?

I have been using supabase_auth_ui (https://pub.dev/packages/supabase_auth_ui) to provide the necessary UI for login. It's a good approach but it doesn't yet support the version 2 supabase_flutter lib (https://supabase.com/blog/client-libraries-v2). I raised a ticket against supabase_auth_ui (https://github.com/supabase-community/flutter-auth-ui/issues/56) but before I jump in and try to close the ticket with a PR, interested to know what people are using.

Are you just using supabase_flutter and building your own login UI?
Are you using another lib that provides the UI?
does supabase_flutter already provide the UI components and I'm just missing them?
Dart packages
UI library to implement auth forms using Supabase and Flutter
GitHub
Feature request Any plan to update this lib to support 2.* version of supabase flutter lib? (supabase_flutter: ^2.0.1) Is your feature request related to a problem? Please describe. Unable to insta...
Was this page helpful?