auth_api_rest_mobile 3.0.0 copy "auth_api_rest_mobile: ^3.0.0" to clipboard
auth_api_rest_mobile: ^3.0.0 copied to clipboard

Flutter authentication package providing OAuth2-based authentication with session management, OTP validation, password recovery, and user registration. Supports iOS and Android platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_api_rest_mobile

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  auth_api_rest_mobile: ^3.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auth_api_rest_mobile/auth_api_rest_mobile.dart';
0
likes
140
points
329
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter authentication package providing OAuth2-based authentication with session management, OTP validation, password recovery, and user registration. Supports iOS and Android platforms.

Documentation

API reference

License

unknown (license)

Dependencies

api_rest_flutter_mobile, bloc, crypto, equatable, flutter, flutter_bloc, flutter_data_cloud_provider, flutter_data_mobile_provider, flutter_data_shp_provider, flutter_http_provider, flutter_models_provider, flutter_objectbox_provider, flutter_socket_provider, flutter_utils_providers, socket_io_client, webview_flutter

More

Packages that depend on auth_api_rest_mobile