rootstrap / flutter-base

MIT License
5 stars 0 forks source link

Re-structure of folders and widgets, handle a second version #41

Closed jr-rootstrap closed 1 year ago

jr-rootstrap commented 1 year ago

We are currently supporting a folder structure of the form:

devices domain examples main presenter repository utilities

According to the lessons learned in the RGB project, this would remain as a technical debt to make improvements to this presentation and make it more scalable for future developments.

There are many references, such as:

https://github.com/mkobuolys/flutter-design-patterns/ https://blog.logrocket.com/implementing-repository-pattern-flutter/

The main goal of this issue is to arrive at a proposal that includes improvements without causing a great impact to the main structure.