crafted with ♥ by Himanshu Singh
This app is built using Flutter
This project requires installation of Flutter.
Download or clone this repo by using the link below:
https://github.com/himanshusingh335/yellow_class_youtube_clone.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Run the project in debug using:
flutter run
or Run the project in debug using:
flutter run --release
A youtube clone with infinite scrolling list of cards where by default the card will display an image. If the user stops scrolling, then only the first card in the viewport will start playing a video. The video plays while the card is visible on the screen stops as soon as it moves out of the viewport.