A project to text custom API with the official iframe of youtube. Certainly! The youtube_player_flutter package provides more advanced features and customization options for implementing a YouTube player in Flutter.
![]() |
---|
Main Screeen |
![]() |
---|
Player Feature ShowCase |
- Solved the full-Screen problem of the Youtube player
- Custom API fetch
- Youtube ID extraction
- Youtube video Player
- Meta Data Extraction
- Lesson Wise Custom links
Step 0:
Prerequisite: You will need a Custom API for your self the required API data Structer can be found in the Model class. Then add a consumer to extract the data to send to the youtube player.
Step 1:
Download or clone this repo by using the link below:
git clone https://github.com/Jackfrst/youtube_video_player.git
Step 2:
Go to the project root and execute the following command in the console to get the required dependencies:
flutter pub get
Step 3:
Build APK files from the project:
flutter build apk
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.