lychee_payment_sdk_test 0.0.4+1
lychee_payment_sdk_test: ^0.0.4+1 copied to clipboard
Lychee Payment SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lychee_payment_sdk_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lychee_payment_sdk_test: ^0.0.4+1Alternatively, 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: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';