Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
check_in_screen.dart File Reference
import package;
import svg.dart;
import material.dart;
import flutter_bloc.dart;
import go_router.dart;
import shimmer.dart;
import core;
import common;
import models;
import check_in_status_model.dart;
import constants;
import assets.dart;
import router;
import routes.dart;
import services;
import check_in_service.dart;
import ui;
import theme;
import color_palette.dart;
import widgets;
import custom_slider.dart;
import custom_scaffold.dart;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import features;
import home;
import presentation;
import home_bloc.dart;
import domain;
import entities;
import res;
import res_schedule_status_entity.dart;
Include dependency graph for check_in_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void_loadAssignedVehicle (AuthenticatedState authState) async
override Widget build (BuildContext context)
Widget _buildVehicleDisplay ()
Widget _buildAssignedVehicleDisplay (CheckInStatusModel vehicle)
void _performCheckIn () async
void _showError (String message)
Widget _buildLoadingDisplay ()
Widget _buildErrorDisplay (String errorMessage)
Widget _buildNoVehicleDisplay ()

Variables

class CheckInScreen extends StatefulWidget assignedVehicle
bool isLoading = true
String errorMessage
bool isCheckingIn = false
final CheckInService _checkInService = CheckInService()

Function Documentation

◆ _buildAssignedVehicleDisplay()

Widget _buildAssignedVehicleDisplay ( CheckInStatusModel vehicle)

Definition at line 198 of file check_in_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildErrorDisplay()

Widget _buildErrorDisplay ( String errorMessage)

Definition at line 337 of file check_in_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildLoadingDisplay()

Widget _buildLoadingDisplay ( )

Definition at line 323 of file check_in_screen.dart.

Here is the caller graph for this function:

◆ _buildNoVehicleDisplay()

Widget _buildNoVehicleDisplay ( )

Definition at line 407 of file check_in_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildVehicleDisplay()

Widget _buildVehicleDisplay ( )

Definition at line 186 of file check_in_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _loadAssignedVehicle()

Future< void > _loadAssignedVehicle ( AuthenticatedState authState)

Definition at line 43 of file check_in_screen.dart.

Here is the caller graph for this function:

◆ _performCheckIn()

void _performCheckIn ( )

Definition at line 264 of file check_in_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _showError()

void _showError ( String message)

Definition at line 309 of file check_in_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 67 of file check_in_screen.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 33 of file check_in_screen.dart.

Here is the call graph for this function:

Variable Documentation

◆ _checkInService

final CheckInService _checkInService = CheckInService()

Definition at line 30 of file check_in_screen.dart.

◆ assignedVehicle

class CheckInScreen extends StatefulWidget assignedVehicle

◆ errorMessage

String errorMessage

Definition at line 28 of file check_in_screen.dart.

◆ isCheckingIn

bool isCheckingIn = false

Definition at line 29 of file check_in_screen.dart.

◆ isLoading

bool isLoading = true

Definition at line 27 of file check_in_screen.dart.