Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
driver_requests.dart File Reference
import data;
import driver_requests_repository.dart;
import widgets;
import request_card.dart;
import request_details;
import request_details.dart;
import package;
import material.dart;
import flutter_screenutil.dart;
import flutter_bloc.dart;
import core;
import UI;
import custom_scaffold.dart;
import theme;
import color_palette.dart;
import features;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import models;
import driver_request.dart;
Include dependency graph for driver_requests.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void_loadRequests () async
Future< void_showSignOutDialog () async
override Widget build (BuildContext context)
Widget _buildBody ()
Widget _buildHeader ()
Widget _buildRequestsList ()
void _handleViewMore (DriverRequest request)

Variables

class DriverRequestsScreen extends StatefulWidget _requests = []
bool _isLoading = true
String _error

Function Documentation

◆ _buildBody()

Widget _buildBody ( )

Definition at line 93 of file driver_requests.dart.

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

◆ _buildHeader()

Widget _buildHeader ( )

Definition at line 144 of file driver_requests.dart.

Here is the call graph for this function:

◆ _buildRequestsList()

Widget _buildRequestsList ( )

Definition at line 168 of file driver_requests.dart.

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

◆ _handleViewMore()

void _handleViewMore ( DriverRequest request)

Definition at line 208 of file driver_requests.dart.

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

◆ _loadRequests()

Future< void > _loadRequests ( )

Definition at line 31 of file driver_requests.dart.

Here is the caller graph for this function:

◆ _showSignOutDialog()

Future< void > _showSignOutDialog ( )

Definition at line 52 of file driver_requests.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 77 of file driver_requests.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 26 of file driver_requests.dart.

Here is the call graph for this function:

Variable Documentation

◆ _error

String _error

Definition at line 23 of file driver_requests.dart.

◆ _isLoading

bool _isLoading = true

Definition at line 22 of file driver_requests.dart.

◆ _requests

class DriverRequestsScreen extends StatefulWidget _requests = []