This is a Flutter app that allows you to fetch and display information about a YouTube video using the YouTube Explode library.
- Fetches and displays video title, description, views, author, published date, duration, keywords, thumbnails, video URL, and video ID.
- Provides a "Watch on YouTube" button to open the video in the YouTube app or browser.
Before running the app, make sure you have the following dependencies installed:
- Flutter: Installation Guide
- Dart: Installation Guide
- Clone this repository to your local machine:
git clone https://github.com/yourusername/youtube_video_info_app.git
- Navigate to the project directory:
cd youtube_video_info_app
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
This project is licensed under the MIT License - see the LICENSE file for details.
Remember to replace "https://github.com/yourusername/youtube_video_info_app.git"
with the actual URL of your GitHub repository.
Additionally, you can create a "screenshots" directory in your project folder and add the actual screenshots of your app to it. Update the screenshot URLs in the README accordingly.
Feel free to customize this README to match your app's specifics, add more information, and make it as informative as possible for users who want to try out your app.