yandex_checkout 0.1.4
yandex_checkout: ^0.1.4 copied to clipboard
A Yandex.Checkout plugin for Flutter with convenient in-app payment without webview (Android implementation only!).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yandex_checkoutThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yandex_checkout: ^0.1.4Alternatively, 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_checkout/yandex_checkout.dart';