ottupayment 0.1.0
ottupayment: ^0.1.0 copied to clipboard
A new flutter payment sdk
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ottupaymentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ottupayment: ^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:ottupayment/Networkutils/networkUtils.dart';
import 'package:ottupayment/applePay/applePay.dart';
import 'package:ottupayment/cardValidators/input_formatters.dart';
import 'package:ottupayment/cardValidators/my_strings.dart';
import 'package:ottupayment/cardValidators/payment_card.dart';
import 'package:ottupayment/consts/appconfig.dart';
import 'package:ottupayment/consts/colors.dart';
import 'package:ottupayment/consts/consts.dart';
import 'package:ottupayment/consts/htmlString.dart';
import 'package:ottupayment/consts/imagePath.dart';
import 'package:ottupayment/functions/pay.dart';
import 'package:ottupayment/generated/intl/messages_all.dart';
import 'package:ottupayment/generated/intl/messages_ar.dart';
import 'package:ottupayment/generated/intl/messages_en.dart';
import 'package:ottupayment/generated/l10n.dart';
import 'package:ottupayment/models/3DSResponse.dart';
import 'package:ottupayment/models/createPaymentTransaction.dart';
import 'package:ottupayment/models/fetchpaymenttransaction.dart';
import 'package:ottupayment/models/paymentStatus.dart';
import 'package:ottupayment/ottu.dart';
import 'package:ottupayment/paymentDelegate/paymentDelegate.dart';
import 'package:ottupayment/screen/3DS/WebViewWithSocketScreen.dart';
import 'package:ottupayment/screen/3DS/utils/functions.dart';
import 'package:ottupayment/screen/paymentScreen.dart';
import 'package:ottupayment/screen/webView/utils/webviewfunctions.dart';
import 'package:ottupayment/screen/webView/webViewScreen.dart';
import 'package:ottupayment/security/jailBreakDetection.dart';
import 'package:ottupayment/widget/cardTile.dart';
import 'package:ottupayment/widget/checkbox.dart';
import 'package:ottupayment/widget/deleteCardDialog.dart';
import 'package:ottupayment/widget/dialogs.dart';
import 'package:ottupayment/widget/savedCard.dart';
import 'package:ottupayment/widget/shimmer.dart';
import 'package:ottupayment/widget/snackbar.dart';