flutter movies app
an application made with flutter to practice the principles of clean architecture.
even being focused on architecture, the project also has a beautiful ui.
getting started
note: you already need to have flutter installed.
# download the repo
marciovalim/flutter-movies-app.git
# move to the cloned repo
cd flutter-movies-app
# get dependencies
flutter pub get
# run application
flutter run
Comments are closed.