Flutter
The easiest way to add Passwordless Login and Email/Phone Number Verification to your Flutter app.
Installation
dependencies:
cotter:For Android:
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.example"
minSdkVersion 18 // π Update this line
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}Complete Guides
Sign in with Device
Sign In with DeviceSign in with Email/Phone Number
Sign in with Email/Phone NumberQuickstart Guides
Flutter β Sign in with DeviceLast updated