bernaferrari / FigmaToCode

Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
https://www.figma.com/community/plugin/842128343887142055
GNU General Public License v3.0
3.8k stars 303 forks source link

Not really an issue #12

Closed AyaanZaveri closed 4 years ago

AyaanZaveri commented 4 years ago

I love this tool so much! But, is there a way to add positioning like X and Y? I'm not very good with HStacks, ZStacks, and VStacks so that would be a great feature!

bernaferrari commented 4 years ago

Well.. I guess you don't like that I use offset with ZStack and you wish I would use position? HStack and VStack are just horizontal and vertical stacks, and are extremely useful for building responsive apps. You should only use absolute position in some custom views or determined situations, but most of your app should rely in other types.

AyaanZaveri commented 4 years ago

Ok, thanks!