flutter_liferay_oauth 0.1.3 copy "flutter_liferay_oauth: ^0.1.3" to clipboard
flutter_liferay_oauth: ^0.1.3 copied to clipboard

Flutter OAuth package for performing user authentication against Liferay OAuth2 v2.0 endpoint.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_liferay_oauth

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

dependencies:
  flutter_liferay_oauth: ^0.1.3

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

Publisher

unverified uploader

Flutter OAuth package for performing user authentication against Liferay OAuth2 v2.0 endpoint.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, flutter, flutter_webview_plugin, http

More

Packages that depend on flutter_liferay_oauth