talerid_oauth 0.1.0
talerid_oauth: ^0.1.0 copied to clipboard
Flutter SDK for Sign in with Taler ID — Authorization Code + PKCE for iOS and Android apps via flutter_appauth.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add talerid_oauthThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
talerid_oauth: ^0.1.0Alternatively, 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:talerid_oauth/talerid_oauth.dart';