Flutter
The easiest way to add Passwordless Login and Email/Phone Number Verification to your Flutter app.
Last updated
The easiest way to add Passwordless Login and Email/Phone Number Verification to your Flutter app.
Last updated
Add Cotter to your pubspec.yaml
, then run flutter pub get
.
Check the latest releases in . You may need to restart your flutter for it to run pod install (stop flutter run and re run it).
Update the minSdkVersion
inside android/app/build.gradle
to 18:
Allow users to login automatically from a device that they trust.
Authenticate users by sending a Magic Link or OTP via email, SMS, or WhatsApp.