GET FLUTTER CODE FOR FIGMA SELECTIONS
Flutter generator will look through what you select and write out the flutter equivalent
EASY COPY AND PASTE
Stateless code? Stateful? Or just the widget code? Flutter generator renders them all for easy copy and paste
RENDER WHAT YOU NEED
Flutter Generator will do a one-to-one conversion of what you select in Figma into Flutter code (v1.12.13+hotfix.8).
SENSIBLE EDGECASES
So, do you want your image inside a Container()? Or the background of the Container()? Or just an AssetImage()? Flutter generator has dedicated options for edge cases like these, so there will be more than one way (and more in the future) of rendering an item.