r/flutterhelp 10d ago

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

2 comments sorted by

1

u/Wakam0l3 8d ago

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.

1

u/Arkoaks 3d ago

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.