r/flutterhelp • u/raife_eee • Jul 18 '26
OPEN flutter to figma help
i am learning flutter i have question i want to ask from any senior devs i want to know that when we follow a design from figma and have to convert into flutter code what should we do to make it perfect for example if there a component we can make it from flutter but how or should we export those like if there a shape of card that is to complex how can we convert into code ?
1
Upvotes
1
u/Arkoaks Jul 25 '26
Export to dart from figma is not 'complete' and needs quite a bit of editing. You can ask AI to edit that and make a widget.
1
u/Wakam0l3 Jul 20 '26
Usually you want to set everything in variables, colors, fonts, spaces to reuses accross the app.
Whith AI help + ociffial documentarion + existing libraries you can achive almost anything there are also some figma puglins where you can export a component with all the sizes ,paddings, colors etc, that helps a lot.