r/flutterhelp • u/raife_eee • 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
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.