-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
I'm a new member here.
Dear friends and developers working on this open-source application, due to my limited experience with Flutter, I haven't been able to build [EPG] code to fetch information and programs for live channels, as most popular applications do. I even tried using AI and couldn't do it. If you could add this feature, it would greatly improve the application's quality.
Thank you.
Files must use to get EPG : live stream screen + models + player widget
EPG model,
class EPGProgram {
final String title;
final String description;
final String start;
final String end;
EPGProgram({
required this.title,
required this.description,
required this.start,
required this.end,
});
}
Metadata
Metadata
Assignees
Labels
No labels