I am learning to use supabase for my backend and I see that there is a lot of examples of how to add new users using the dart package supabase [docs]. However, I wanted to know how I can add new users (using their email and password) using the flutter package supabase_flutter docs. (Email confirmation has been turned off)
The docs include authentication examples, but I cant find how to sign up new users using this package. Is this meant to be a package used alongside the supabase dart package to make code cleaner for certain features or is it an alternative?