yandex_pay_auth 2.3.0
yandex_pay_auth: ^2.3.0 copied to clipboard
Optional auth module for the Yandex Pay Flutter SDK. Provides authorize, logout, and auth state APIs backed by the native auth flow.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yandex_pay_authThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yandex_pay_auth: ^2.3.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:yandex_pay_auth/yandex_pay_auth.dart';