Most apps need to identify and authenticate users to tailor the app experience for individual users. However, building such a system from scratch is a difficult process. Auth Service can quickly build a secure and reliable user authentication system for your app. You only need to access Auth Service capabilities in your app without caring about the facilities and implementation on the cloud. Learn More
Add dependencies to the pubspec.yaml file of the Flutter project.
dependencies:
agconnect_auth: ^1.9.0+300
Run the following command on the Terminal page or click Pub get in Android Studio to add dependencies.
flutter pub get
For more details, please refer to Getting Started with Flutter
Auth Plug-in is licensed under the: Apache License, version 2.0.