auth_api_rest_mobile 1.0.0 copy "auth_api_rest_mobile: ^1.0.0" to clipboard
auth_api_rest_mobile: ^1.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 Dart:

 $ dart pub add auth_api_rest_mobile

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 dart pub get):

dependencies:
  auth_api_rest_mobile: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
411
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

api_rest_flutter, 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