braspag_oauth_dart 1.1.1 copy "braspag_oauth_dart: ^1.1.1" to clipboard
braspag_oauth_dart: ^1.1.1 copied to clipboard

Package to facilitate the use of Braspag OAuth, can be used in Flutter or Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add braspag_oauth_dart

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

dependencies:
  braspag_oauth_dart: ^1.1.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:braspag_oauth_dart/oauth.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Package to facilitate the use of Braspag OAuth, can be used in Flutter or Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter, mockito

More

Packages that depend on braspag_oauth_dart