Skip to content

Prime-Holding/flutter-module-based-architecture

Repository files navigation

Motivation

Code organisation and ownership

Efficient work distribution for squad-based projects

Rx Bloc Architecture

Disadvantages

Not-suitable for small applications (Less than 4 Flutter Engineers, less than four months)

High complexity and extra development overhead compared with the feature-based structure

Limitations

  • Module-specific objects can’t be passed through the Coordinator class
    • Record types or shared models should can be utilized.
  • Localisations and Permissions must be implemented in the shared package.
  • Integration tests must implemented in the application.
  • Domain-specific error codes must be implemented in the shared package.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors