0 purchases
agconnect auth
AppGallery Connect Auth for Flutter #
Introduction #
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
Installing the Plug-in #
Add dependencies to the pubspec.yaml file of the Flutter project.
dependencies:
agconnect_auth: ^1.9.0+300
copied to clipboard
Run the following command on the Terminal page or click Pub get in Android Studio to add dependencies.
flutter pub get
copied to clipboard
For more details, please refer to Getting Started with Flutter
Development Guide #
Usage
Reference
License #
Auth Plug-in is licensed under the: Apache License, version 2.0.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.