New
3.0.0 - Release
What's Changed
- Add support for domain-layered architecture
- This organizes the Flutter folder structure by the type or domain. We use the following folders to organize the project:
- widgets - Corresponds to the
Componentsof the design file - views - Corresponds to the top-level
Frames(screens) of the design file - assets - Will contain the project's images
- widgets - Corresponds to the
- Each directory will be subdivided according to the number of pages inside the Figma file.
- This is a breaking change, as previous projects will generate with a new folder structure.
- This organizes the Flutter folder structure by the type or domain. We use the following folders to organize the project:
Full Changelog: https://github.com/Parabeac/parabeac_core/compare/v2.8.0...v3.0.0