Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
elearning_v2_screen.dart File Reference
import package;
import core;
import localization;
import app_localizations.dart;
import router;
import routes.dart;
import features;
import elearning_v2;
import domain;
import entities;
import course_entity.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import go_router.dart;
import ui;
import screens;
import views;
import faild_to_fetch_data_view.dart;
import widgets;
import custom_scaffold.dart;
import logic;
import cubit;
import elearning_v2_cubit.dart;
import course_card.dart;
Include dependency graph for elearning_v2_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class ElearningV2Screen extends StatefulWidget initState ()
const ElearningV2Screen ({super.key})
override State< ElearningV2ScreencreateState ()
void _loadCourses ()
override Widget build (BuildContext context)
Widget _buildBody (ElearningV2State state)
Widget _buildCoursesGrid (courses)

Function Documentation

◆ _buildBody()

Widget _buildBody ( ElearningV2State state)

Definition at line 48 of file elearning_v2_screen.dart.

Here is the call graph for this function:

◆ _buildCoursesGrid()

Widget _buildCoursesGrid ( courses )

Definition at line 60 of file elearning_v2_screen.dart.

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

◆ _loadCourses()

void _loadCourses ( )

Definition at line 28 of file elearning_v2_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 33 of file elearning_v2_screen.dart.

Here is the call graph for this function:

◆ createState()

override State< ElearningV2Screen > initState::createState ( )

◆ ElearningV2Screen()

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

◆ initState()

class ElearningV2Screen extends StatefulWidget initState ( )

Definition at line 14 of file elearning_v2_screen.dart.

Here is the call graph for this function: