Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
notifications_screen.dart File Reference
import package;
import core;
import ui;
import widgets;
import loading.dart;
import easy_localization.dart;
import flutter_bloc.dart;
import fluentui_system_icons.dart;
import material.dart;
import theme;
import color_palette.dart;
import custom_scaffold.dart;
import flutter_screenutil.dart;
import error_widget.dart;
import logo_header.dart;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import domain;
import entities;
import notification_entity.dart;
import notifications_bloc.dart;
import notification_card.dart;
Include dependency graph for notifications_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class NotificationsScreen extends StatefulWidget initState ()
const NotificationsScreen ({super.key})
override State< NotificationsScreencreateState ()
override Widget build (BuildContext context)
Widget _buildContent (NotificationsState state)
Widget _buildLoadingWidget ()
Widget _buildEmptyWidget ()
Widget _buildNotificationsList (List< NotificationEntity > notifications)

Function Documentation

◆ _buildContent()

Widget _buildContent ( NotificationsState state)

Definition at line 69 of file notifications_screen.dart.

Here is the call graph for this function:

◆ _buildEmptyWidget()

Widget _buildEmptyWidget ( )

Definition at line 102 of file notifications_screen.dart.

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

◆ _buildLoadingWidget()

Widget _buildLoadingWidget ( )

Definition at line 98 of file notifications_screen.dart.

Here is the caller graph for this function:

◆ _buildNotificationsList()

Widget _buildNotificationsList ( List< NotificationEntity > notifications)

Definition at line 125 of file notifications_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 36 of file notifications_screen.dart.

◆ createState()

override State< NotificationsScreen > initState::createState ( )

◆ initState()

class NotificationsScreen extends StatefulWidget initState ( )

Definition at line 16 of file notifications_screen.dart.

Here is the call graph for this function:

◆ NotificationsScreen()

const initState::NotificationsScreen ( {super.key} )
Here is the caller graph for this function: