這個想法源自於我在學習Flutter的過程中,看到的一個影片。
One Day Builds: Netflix Clone Using Flutter
https://www.youtube.com/watch?v=qFGzT73bjQ8
也許我也可以來實踐看看,過程中到底需要怎麼做
大家好,今天我們會用到跟先前不一樣的Widget有TabBar、indicator、IndexedStack以及TabController。今天我們要繼續來做S...
大家好,今天我們要來使用VideoPlayer,要使用到video_player plugin 因為這個plugin不能在iOS虛擬機運行,所以今天使用安卓系統...
大家好,今天做的頁面用到比較不一樣的有GridView.count、BoxShadow 類似影片頁面 使用GridView.count,crossAxisCou...
大家好今天我們主要會使用SliverAppBar、SliverList、SliverChildListDelegate、CustomScrollView今天要做...
大家好~今天要來做的是選擇影片類型的Dialog,會用到showDialog AlertDialog (Flutter Widget of the Week)F...
大家好,今天主要用到不一樣有Offstage、IconButton,也會使用到GridView.count、 List.generate 先定義了一個User,...
大家好,今天使用到的有TextEditingController、TextField、InputDecoration、CircularProgressIndic...
大家今天做的是更多頁面,今天用到比較不同有Flexible、 FlatButton.icon Flexible (Flutter Widget of the W...
大家好,今天使用到不一樣的有Switch以及主要使用ListTile ListTile (Flutter Widget of the Week) ListTil...
大家好今天要做內部儲存空間的小UI,使用到Expanded、LinearGradient 實現UI的方式其實都在於怎麼組合這些Widget,今天的UI我想到兩種...