Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.18 KB

Clean architecture flutter app

A clean architecture news app, made with Getx, GetX CLI, NewsAPI and Flutter sdk.

The main goal is to build readble, maintainable, testable, and high-quality flutter app using test-driven-design styled architecture (Inspired by Reso Coder).

You can learn how to implement the architecture here: TDD Clean Architecture for Flutter

Screenshots

Technologies

Architecture

  • Test-driven-design
  • MVC (generated by GetX CLI)

Front-end

  • Flutter SDK
  • GetX (navigation service, dependencies manager, ui components)
  • Bloc / Cubit / GetX (state managment)

Back-end

  • SQLite
  • Sembast
  • Hive
  • NewsAPI

Author 🙋