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

2.5.0 - Release

Compare
Choose a tag to compare
@SushiRoll53 SushiRoll53 released this 13 Mar 02:28
· 426 commits to stable since this release
c13cbf4

What's Changed

  • Better support for Styling for Rectangles, Frames & Text
    • Fills should be better interpreted
      • SOLID fills get merged into one color
      • GRADIENT gets interpreted to its Flutter equal or made image if the gradient is more complex
      • IMAGE gets interpreted as image
    • Effects such as Shadows get added just for Rectangles now
    • Borders are better interpreted & aligned
  • Images that are only vector related are interpreted as SVG for better representation on Flutter code
  • Fixed issue on components
  • Fixed small issues & inconsistencies on variables names, references & duplications

Full Changelog: v2.4.0...v2.5.0