Build YouTube UI with Flutter (3 - Building the Detail Screen)

Опубликовано: 28 Октябрь 2024
на канале: Emmanuel Okiche
2,732
46

In this part, we would build the video detail screen. Pardon me for the use of the word "So" in this video.

In this series, i would show you how to build most UI of the YouTube mobile app. This series would focus mainly on learning how to layout interfaces using the flutter sdk and not building the app's functionality.

Sourcode: https://github.com/fleepgeek/flutter-...

Update:
At 02:37 there is no need for making the widget stateful. I initially wanted to add the description text with an expansion animation when we click the title but i did not implement it because i want to focus on layout and not animation in this series.