Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Clean Architecture in Flutter

Clean Architecture in Flutter

Chandrasekar Kuppusamy

December 19, 2019
Tweet

More Decks by Chandrasekar Kuppusamy

Other Decks in Technology

Transcript

  1. Writing Testable, robust and human readable code. What is Clean

    Architecture? Independent of frameworks, UI, database, any external agency etc. 1 2
  2. S The Single Responsibility Principle (SRP) O The Open-Closed Principle

    (OCP) L The Liskov Substitution Principle (LSP) I The Interface Segregation Principle (ISP): D The Dependency Inversion Principle (DIP) SOLID PRINCIPLES