Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-tillu/youtube-clone-flutter
Fully functional YouTube clone in flutter with API.
https://github.com/jay-tillu/youtube-clone-flutter
Last synced: 3 days ago
JSON representation
Fully functional YouTube clone in flutter with API.
- Host: GitHub
- URL: https://github.com/jay-tillu/youtube-clone-flutter
- Owner: Jay-Tillu
- Created: 2023-12-05T10:37:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T10:41:37.000Z (about 1 year ago)
- Last Synced: 2024-11-09T19:15:41.538Z (about 2 months ago)
- Language: Dart
- Size: 4.57 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YouTube
Fully functional YouTube clone in flutter with API.## Learnings
* How to play video on both Android and iOS.
* How to work with video player on both Android and iOS.
* How to use Dart to perform asynchronous tasks.
* Understand async and await.
* Learn about Futures and how to work with them.
* How to network with the Dart http package.
* What APIs are and how to use them to get data from the internet.
* What JSONs are and how to parse them using the Dart convert package.
* How to pass data forwards and backwards between screens using the Navigator.
* How to handle exceptions in Dart using try/catch/throw.
* Learn about the lifecycle of Stateful Widgets and how to override them.
## Screenshots