Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
video_card.dart File Reference
import core;
import ui;
import widgets;
import custom_card.dart;
import features;
import elearning;
import domain;
import entities;
import video_entity.dart;
import presentation;
import screens;
import news_updates_screen;
import expandable_text.dart;
import package;
import material.dart;
import flutter_screenutil.dart;
import hugeicons.dart;
import url_launcher.dart;
Include dependency graph for video_card.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class VideoCard extends StatefulWidget opslaunchVideo (String videoUrl)
const VideoCard ({ super.key, required this.video, })
override State< VideoCardcreateState ()
String getYoutubeThumbnail (String videoUrl)
override Widget build (BuildContext context)

Variables

final VideoEntity video

Function Documentation

◆ build()

override Widget build ( BuildContext context)

Definition at line 49 of file video_card.dart.

Here is the call graph for this function:

◆ createState()

override State< VideoCard > opslaunchVideo::createState ( )

◆ getYoutubeThumbnail()

String getYoutubeThumbnail ( String videoUrl)

Definition at line 26 of file video_card.dart.

Here is the caller graph for this function:

◆ opslaunchVideo()

class VideoCard extends StatefulWidget opslaunchVideo ( String videoUrl)

Definition at line 9 of file video_card.dart.

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

◆ VideoCard()

const opslaunchVideo::VideoCard ( { super.key, required this.video, } )
Here is the caller graph for this function:

Variable Documentation

◆ video

final VideoEntity video

Definition at line 28 of file video_card.dart.