lychee_payment_sdk_test 0.0.3
lychee_payment_sdk_test: ^0.0.3 copied to clipboard
Lychee Payment SDK.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lychee_payment_sdk_testWith Flutter:
$ flutter pub add lychee_payment_sdk_testThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lychee_payment_sdk_test: ^0.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:lychee_payment_sdk_test/PayWithLycheeScreen.dart';
import 'package:lychee_payment_sdk_test/SuccesPage.dart';
import 'package:lychee_payment_sdk_test/api/api_executor.dart';
import 'package:lychee_payment_sdk_test/api/api_executor_impl.dart';
import 'package:lychee_payment_sdk_test/api/app/app_repo.dart';
import 'package:lychee_payment_sdk_test/config/config.dart';
import 'package:lychee_payment_sdk_test/config/dev/dev_config.dart';
import 'package:lychee_payment_sdk_test/config/prod/prod_config.dart';
import 'package:lychee_payment_sdk_test/config/stage/stage_config.dart';
import 'package:lychee_payment_sdk_test/payment_sdk.dart';