flutter_oauth_rework 1.0.0 copy "flutter_oauth_rework: ^1.0.0" to clipboard
flutter_oauth_rework: ^1.0.0 copied to clipboard

A rework flutter oauth package for performing oauth operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_oauth_rework

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

dependencies:
  flutter_oauth_rework: ^1.0.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:flutter_oauth_rework/lib/token.dart';
import 'package:flutter_oauth_rework/lib/model/config.dart';
import 'package:flutter_oauth_rework/lib/flutter_auth.dart';
import 'package:flutter_oauth_rework/lib/oauth.dart';
import 'package:flutter_oauth_rework/lib/auth_code_information.dart';
import 'package:flutter_oauth_rework/lib/oauth_token.dart';
import 'package:flutter_oauth_rework/generated/i18n.dart';
1
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A rework flutter oauth package for performing oauth operations.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, flutter_webview_plugin, http

More

Packages that depend on flutter_oauth_rework