Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 770 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 770 Bytes

Using a complex design and clean flutter architecture together

A flutter project following the Youtube tutorial from Fidev - Make Beautiful Apps complex UI designs. In this project, we are extending the UI to follow flutter clean architecture using two packages:

TODO:

  • Complete the tutorial from Fidev
  • Create the domain layer with entities, repos, and usecases
  • Create the app layer using the appropiate packages
  • Implement the presenter and controller packages into the App module
  • Create the data module