github_login 0.0.2 copy "github_login: ^0.0.2" to clipboard
github_login: ^0.0.2 copied to clipboard

This flutter plugin simplify Github login process. All you need to just enter Github OAuth credentials and get token.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add github_login

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

dependencies:
  github_login: ^0.0.2

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_login/github_login.dart';
3
likes
40
pub points
30%
popularity

Publisher

unverified uploader

This flutter plugin simplify Github login process. All you need to just enter Github OAuth credentials and get token.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter, webview_flutter

More

Packages that depend on github_login