supabase_auth_package 0.0.2
supabase_auth_package: ^0.0.2 copied to clipboard
A Flutter package for Supabase authentication, supporting email/password and Google Sign-In.
0.0.2 #
What's New #
- Added: Optional
checkPhoneVerificationparameter in Email/Password login method. - Added: OTP verification example in README with structured usage guide.
- Added: Clean, SDK-style code snippets for all authentication methods in README.
Improvements #
- Updated: README.md with better formatting, consistent method examples, and corrected initialization guide.
- Updated: Example project with optional phone verification logic in email login flow.
- Updated: Google Sign-In example with proper SDK-style method.
Fixes #
- Fixed: Markdown formatting issues in README.
- Fixed: Code sample typos and syntax errors in example usage.