Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
elearning_screen.dart File Reference
import package;
import core;
import ui;
import theme;
import color_palette.dart;
import widgets;
import logo_header.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import go_router.dart;
import router;
import routes.dart;
import custom_scaffold.dart;
import faild_to_fetch_data_view.dart;
import domain;
import entities;
import course_entity.dart;
import logic;
import cubit;
import elearning_v2_cubit.dart;
import course_card.dart;
Include dependency graph for elearning_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class ElearningScreen extends StatefulWidget initState ()
const ElearningScreen ({super.key})
override State< ElearningScreencreateState ()
void _loadCourses ()
override Widget build (BuildContext context)
Widget _buildBody (ElearningV2State state)
Widget _buildCoursesGrid (List< CourseEntity > courses)

Function Documentation

◆ _buildBody()

Widget _buildBody ( ElearningV2State state)

Definition at line 49 of file elearning_screen.dart.

Here is the call graph for this function:

◆ _buildCoursesGrid()

Widget _buildCoursesGrid ( List< CourseEntity > courses)

Definition at line 61 of file elearning_screen.dart.

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

◆ _loadCourses()

void _loadCourses ( )

Definition at line 29 of file elearning_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 34 of file elearning_screen.dart.

Here is the call graph for this function:

◆ createState()

override State< ElearningScreen > initState::createState ( )

◆ ElearningScreen()

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

◆ initState()

class ElearningScreen extends StatefulWidget initState ( )

Definition at line 15 of file elearning_screen.dart.

Here is the call graph for this function: