oauth_connection 1.1.0 copy "oauth_connection: ^1.1.0" to clipboard
oauth_connection: ^1.1.0 copied to clipboard

A comprehensive OAuth connection package for Google, Facebook, and Instagram authentication in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oauth_connection

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

dependencies:
  oauth_connection: ^1.1.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:oauth_connection/oauth_connection.dart';
0
likes
120
points
173
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive OAuth connection package for Google, Facebook, and Instagram authentication in Flutter.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_bloc, flutter_facebook_auth, flutter_localizations, font_awesome_flutter, google_sign_in, google_sign_in_ios, http, sign_in_button, sign_in_with_apple, webview_flutter

More

Packages that depend on oauth_connection