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

Platformweb

Flutter package for OAuth2 authentication with session management, OTP validation, password recovery, and user registration. Web platform only. Uses BLoC pattern.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth_api_rest_web

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

dependencies:
  auth_api_rest_web: ^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_web/auth_api_rest_web.dart';
0
likes
140
points
400
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for OAuth2 authentication with session management, OTP validation, password recovery, and user registration. Web platform only. Uses BLoC pattern.

Documentation

API reference

License

MIT (license)

Dependencies

api_rest_flutter_web, bloc, crypto, equatable, flutter, flutter_bloc, flutter_data_cloud_provider, flutter_data_shp_provider, flutter_http_provider, flutter_models_provider, flutter_socket_provider, flutter_utils_providers, socket_io_client

More

Packages that depend on auth_api_rest_web