github_auth 0.0.4 copy "github_auth: ^0.0.4" to clipboard
github_auth: ^0.0.4 copied to clipboard

A Flutter plugin to sign in with GitHub on Android & iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add github_auth

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

dependencies:
  github_auth: ^0.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:github_auth/github_auth.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publisherstacktiger.dev

A Flutter plugin to sign in with GitHub on Android & iOS.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_auth_core, http, meta, quiver

More

Packages that depend on github_auth