Flutter 电影应用

一个用 Flutter 制作的应用程序,用于练习 Clean Architecture 原则。
即使专注于架构,该项目也有一个漂亮的 UI。

home_screen

drawer_screen

carousel

tabs_languages

入门

注意:您需要先安装 Flutter。

# clone the repo
git clone https://github.com/marciovalim/flutter-movies-app.git 

# move to the cloned repo
cd flutter-movies-app

# get dependencies
flutter pub get

# run application
flutter run

GitHub

https://github.com/marciovalim/flutter-movies-app