Skip to content

A movies app made with Flutter focused on solid software structure patterns.

License

Notifications You must be signed in to change notification settings

rodolfogoulart/flutter-movies-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Home Screen Drawer Screen

Carousel Tabs

## Getting Started

Note: You already need to have Flutter installed.

# 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

📝 License

This project is under MIT License. See LICENSE for more details.

Thanks to

  • unclebob (For the infamous Clean Architecture)
  • techieblossom (For the awesome youtube tutorials)
  • Authors of all the packages I have used, who made our lives easier.

About

A movies app made with Flutter focused on solid software structure patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.2%
  • Other 0.8%