fullauth_api_flutter_client 1.0.4 copy "fullauth_api_flutter_client: ^1.0.4" to clipboard
fullauth_api_flutter_client: ^1.0.4 copied to clipboard

Provides api interface for flutter clients.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fullauth_api_flutter_client

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

dependencies:
  fullauth_api_flutter_client: ^1.0.4

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:fullauth_api_flutter_client/enums/auth_environment.dart';
import 'package:fullauth_api_flutter_client/enums/oauth_access_type.dart';
import 'package:fullauth_api_flutter_client/enums/oauth_expiry_type.dart';
import 'package:fullauth_api_flutter_client/enums/oauth_grant_type.dart';
import 'package:fullauth_api_flutter_client/enums/oauth_token_type.dart';
import 'package:fullauth_api_flutter_client/exception/token_response_exception.dart';
import 'package:fullauth_api_flutter_client/fullauth_api_flutter_client_library.dart';
import 'package:fullauth_api_flutter_client/helpers/api_helpers.dart';
import 'package:fullauth_api_flutter_client/helpers/fullauth_extensions.dart';
import 'package:fullauth_api_flutter_client/helpers/fullauth_helpers.dart';
import 'package:fullauth_api_flutter_client/oauth_service/fullauth_oauth_service.dart';
import 'package:fullauth_api_flutter_client/oauth_service/fullauth_oauth_service_builder.dart';
import 'package:fullauth_api_flutter_client/request/apple_token_request.dart';
import 'package:fullauth_api_flutter_client/request/google_token_request.dart';
import 'package:fullauth_api_flutter_client/request/oauth_token_request.dart';
import 'package:fullauth_api_flutter_client/request/refresh_token_request.dart';
import 'package:fullauth_api_flutter_client/request/resource_owner_token_request.dart';
import 'package:fullauth_api_flutter_client/token/oauth_access_token.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Provides api interface for flutter clients.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, optional

More

Packages that depend on fullauth_api_flutter_client