Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

3.0.0 - Release

Compare
Choose a tag to compare
@ivan-015 ivan-015 released this 08 May 21:26
· 304 commits to stable since this release
6b09e9c

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 Components of the design file
      • views - Corresponds to the top-level Frames (screens) of the design file
      • assets - Will contain the project's images
    • 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.

Full Changelog: v2.8.0...v3.0.0