Skip to content

[Suggestion] IPTV APP WITHOUT [EPG] IS NOT COMPLET #65

@logiaconsultingcontact-lab

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions