flutter_clean_architecture

Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.

MIT License

Stars
685

Bot releases are hidden (Show)

flutter_clean_architecture - v1.0.3 Latest Release

Published by ShadyBoukhary over 5 years ago

Added missing Android and iOS files to example.

flutter_clean_architecture - v1.0.2

Published by ShadyBoukhary over 5 years ago

[1.0.2] - Thursday, May 9th, 2019

  • Fixed documentation typos
  • Changed misleading assertion messages
  • Cleaned documentation
flutter_clean_architecture - Initial Release

Published by ShadyBoukhary over 5 years ago

Classes

  • View
  • ViewState
  • Controller
  • Presenter
  • UseCase
  • Observer