Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
today_schedule_screen.dart File Reference
import package;
import easy_localization.dart;
import fluentui_system_icons.dart;
import flutter_bloc.dart;
import go_router.dart;
import material.dart;
import core;
import common;
import enums;
import collection_status.dart;
import ui;
import widgets;
import empty_content.dart;
import error_widget.dart;
import loading.dart;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import custom_scaffold.dart;
import tab_selector.dart;
import theme;
import color_palette.dart;
import collection_item;
import collection_item.dart;
import stats_section;
import stats_section.dart;
import views;
import collections_map_view.dart;
import router;
import routes.dart;
import collections_bloc;
import collections_bloc.dart;
Include dependency graph for today_schedule_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

void _toggleTab (bool isToDo)
void _toggleView ()
void _loadCollections ()
override void initState ()
override Widget build (BuildContext context)

Variables

class TodayScheduleScreen extends StatefulWidget scrollController = ScrollController()
bool isToDoSelected = true
bool isMapView = false

Function Documentation

◆ _loadCollections()

void _loadCollections ( )

Definition at line 53 of file today_schedule_screen.dart.

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

◆ _toggleTab()

void _toggleTab ( bool isToDo)

Definition at line 35 of file today_schedule_screen.dart.

Here is the call graph for this function:

◆ _toggleView()

void _toggleView ( )

Definition at line 42 of file today_schedule_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 74 of file today_schedule_screen.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 68 of file today_schedule_screen.dart.

Here is the call graph for this function:

Variable Documentation

◆ isMapView

bool isMapView = false

Definition at line 33 of file today_schedule_screen.dart.

◆ isToDoSelected

bool isToDoSelected = true

Definition at line 32 of file today_schedule_screen.dart.

◆ scrollController

class TodayScheduleScreen extends StatefulWidget scrollController = ScrollController()