eliud_pkg_pay 1.1.1 copy "eliud_pkg_pay: ^1.1.1" to clipboard
eliud_pkg_pay: ^1.1.1 copied to clipboard

This package can be included in your eliud app (https://eliud.io) and can be used to extend your app when you require pay functionalities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add eliud_pkg_pay

With Flutter:

 $ flutter pub add eliud_pkg_pay

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  eliud_pkg_pay: ^1.1.1

Alternatively, 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:eliud_pkg_pay/pay_mobile_package.dart';
import 'package:eliud_pkg_pay/pay_package.dart';
import 'package:eliud_pkg_pay/pay_package_stub.dart';
import 'package:eliud_pkg_pay/pay_web_package.dart';
import 'package:eliud_pkg_pay/platform/mobile_payment_platform.dart';
import 'package:eliud_pkg_pay/platform/payment_platform.dart';
import 'package:eliud_pkg_pay/platform/web_payment_platform.dart';
import 'package:eliud_pkg_pay/tasks/bloc/pay_bloc.dart';
import 'package:eliud_pkg_pay/tasks/bloc/pay_event.dart';
import 'package:eliud_pkg_pay/tasks/bloc/pay_state.dart';
import 'package:eliud_pkg_pay/tasks/context_amount_pay_entity.dart';
import 'package:eliud_pkg_pay/tasks/context_amount_pay_model.dart';
import 'package:eliud_pkg_pay/tasks/context_amount_pay_model_mapper.dart';
import 'package:eliud_pkg_pay/tasks/editors/context_amount_pay_editor_widget.dart';
import 'package:eliud_pkg_pay/tasks/editors/fixed_amount_pay_editor_widget.dart';
import 'package:eliud_pkg_pay/tasks/fixed_amount_pay_entity.dart';
import 'package:eliud_pkg_pay/tasks/fixed_amount_pay_model.dart';
import 'package:eliud_pkg_pay/tasks/fixed_amount_pay_model_mapper.dart';
import 'package:eliud_pkg_pay/tasks/pay_task_entity.dart';
import 'package:eliud_pkg_pay/tasks/pay_task_model.dart';
import 'package:eliud_pkg_pay/tasks/pay_type_entity.dart';
import 'package:eliud_pkg_pay/tasks/pay_type_types/creditcard_pay_type_model.dart';
import 'package:eliud_pkg_pay/tasks/pay_type_types/manual_pay_type_model.dart';
import 'package:eliud_pkg_pay/tasks/pay_type_types/pay_type_model.dart';
import 'package:eliud_pkg_pay/tasks/review_and_ship_task_entity.dart';
import 'package:eliud_pkg_pay/tasks/review_and_ship_task_model.dart';
import 'package:eliud_pkg_pay/tasks/review_and_ship_task_model_mapper.dart';
import 'package:eliud_pkg_pay/tasks/widgets/credit_card_pay_type_widget.dart';
import 'package:eliud_pkg_pay/tasks/widgets/manual_pay_type_widget.dart';
import 'package:eliud_pkg_pay/tasks/widgets/manual_payment_dialog.dart';
import 'package:eliud_pkg_pay/tasks/widgets/pay_type_type_widget.dart';
import 'package:eliud_pkg_pay/tasks/widgets/pay_type_widget.dart';
import 'package:eliud_pkg_pay/tools/bespoke_entities.dart';
import 'package:eliud_pkg_pay/tools/bespoke_formfields.dart';
import 'package:eliud_pkg_pay/tools/bespoke_models.dart';
0
likes
0
points
266
downloads

Publisher

verified publishereliud.io

Weekly Downloads

This package can be included in your eliud app (https://eliud.io) and can be used to extend your app when you require pay functionalities.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, cloud_functions, eliud_core, eliud_pkg_fundamentals, eliud_pkg_notifications, eliud_pkg_workflow, equatable, flutter, flutter_bloc

More

Packages that depend on eliud_pkg_pay