oautter 0.0.1 copy "oautter: ^0.0.1" to clipboard
oautter: ^0.0.1 copied to clipboard

Oautter is a client SDK for Flutter apps to authenticate and authorize end-users using OAuth 2.0 and OpenID Connect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oautter

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

dependencies:
  oautter: ^0.0.1

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:oautter/oautter.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Oautter is a client SDK for Flutter apps to authenticate and authorize end-users using OAuth 2.0 and OpenID Connect.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, flutter, http, url_launcher

More

Packages that depend on oautter