Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
collection_request_payment_screen.dart File Reference
import dart;
import package;
import easy_localization.dart;
import flutter_screenutil.dart;
import flutter_bloc.dart;
import go_router.dart;
import signature.dart;
import material.dart;
import core;
import router;
import routes.dart;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import collections_information_bloc;
import collections_information_bloc.dart;
import domain;
import entities;
import res;
import res_collection_confirmation_entity.dart;
import ui;
import widgets;
import custom_scaffold.dart;
import custom_snackbar.dart;
import custom_slider.dart;
import collection_request_details_header.dart;
import theme;
import color_palette.dart;
import payment_method_section.dart;
import volume_info_section.dart;
import signature_section.dart;
import contact_selector.dart;
import rating_dialog.dart;
Include dependency graph for collection_request_payment_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void_handleSignatureComplete (int? contactId, String confirmationId) async
void _showRatingDialog (String id)
override void dispose ()
override Widget build (BuildContext context)

Variables

class CollectionRequestPaymentScreen extends StatefulWidget isLoading = false
ResCollectionConfirmationEntity collectionConfirmation
String selectedPaymentMethod = ''
final SignatureController _signatureController
bool _isDrawingMode = false
String signatureBase64
int selectedContact

Function Documentation

◆ _handleSignatureComplete()

Future< void > _handleSignatureComplete ( int? contactId,
String confirmationId )

Definition at line 61 of file collection_request_payment_screen.dart.

Here is the call graph for this function:

◆ _showRatingDialog()

void _showRatingDialog ( String id)

Definition at line 98 of file collection_request_payment_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 121 of file collection_request_payment_screen.dart.

Here is the call graph for this function:

◆ dispose()

override void dispose ( )

Definition at line 115 of file collection_request_payment_screen.dart.

◆ initState()

override void initState ( )

Definition at line 49 of file collection_request_payment_screen.dart.

Here is the call graph for this function:

Variable Documentation

◆ _isDrawingMode

bool _isDrawingMode = false

Definition at line 43 of file collection_request_payment_screen.dart.

◆ _signatureController

final SignatureController _signatureController
Initial value:
= SignatureController(
penStrokeWidth: 3,
penColor: Colors.black,
exportBackgroundColor: Colors.white,
)

Definition at line 37 of file collection_request_payment_screen.dart.

◆ collectionConfirmation

ResCollectionConfirmationEntity collectionConfirmation

Definition at line 35 of file collection_request_payment_screen.dart.

◆ isLoading

class CollectionRequestPaymentScreen extends StatefulWidget isLoading = false

◆ selectedContact

int selectedContact

Definition at line 46 of file collection_request_payment_screen.dart.

◆ selectedPaymentMethod

String selectedPaymentMethod = ''

Definition at line 36 of file collection_request_payment_screen.dart.

◆ signatureBase64

String signatureBase64

Definition at line 45 of file collection_request_payment_screen.dart.