Skip to content

kkdg/CleanArchitectureFlutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean_architecture_app

A new Flutter project with clean architecture.

Getting Started

This project is an example to implement clean architecture, clean code, testing and dependencie injections in flutter.

Folder Structure

In this project we will use this folder structure:

  • Data
    • Models
    • Repository
    • Service
  • Domain
    • Use case X (one for each use case)
  • Presentation
    • Providers
    • Pages
    • Widgets
  • DI (contains a dependency injector file)

Packages used

You can watch the original expample in Argel's Bejarano Youtube channel:

Hope you enjoy it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.0%
  • Swift 1.4%
  • Other 0.6%