MyFatoorah class

Inheritance

Constructors

MyFatoorah({Key? key, Widget builder(List<PaymentMethod> methods, LoadingState state, Future<PaymentResponse> submit(PaymentMethod method))?, required MyfatoorahRequest request, bool showServiceCharge = false, Widget? errorChild, Widget? successChild, AfterPaymentBehaviour afterPaymentBehaviour = AfterPaymentBehaviour.None, PreferredSizeWidget buildAppBar(BuildContext context)?, List<PaymentMethod> filterPaymentMethods(List<PaymentMethod> methods)?, dynamic onResult(PaymentResponse res)?, DirectPaymentCallBack? directPayment})
const

Properties

afterPaymentBehaviour AfterPaymentBehaviour
this will controls what happen after payment done
final
buildAppBar → (PreferredSizeWidget Function(BuildContext context)?)
Note if you override leading please use mayBePop instead of pop
final
builder → (Widget Function(List<PaymentMethod> methods, LoadingState state, Future<PaymentResponse> submit(PaymentMethod method))?)
user this to build your own ui and then at the end call submit submit method is future so you can wait it the default is ListView
final
directPayment DirectPaymentCallBack?
final
errorChild Widget?
final
filterPaymentMethods → (List<PaymentMethod> Function(List<PaymentMethod> methods)?)
Filter payment methods after fetching it
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onResult → (dynamic Function(PaymentResponse res)?)
final
request MyfatoorahRequest
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showServiceCharge bool
final
successChild Widget?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

startPayment({required BuildContext context, bool showServiceCharge = false, Widget builder(List<PaymentMethod> methods, LoadingState state, Future submit(PaymentMethod method))?, required MyfatoorahRequest request, Widget? errorChild, Widget? successChild, AfterPaymentBehaviour afterPaymentBehaviour = AfterPaymentBehaviour.None, PreferredSizeWidget buildAppBar(BuildContext context)?, List<PaymentMethod> filterPaymentMethods(List<PaymentMethod> methods)?, DirectPaymentCallBack? directPayment}) Future<PaymentResponse>