A Figma component preview for your Jetpack compose function.
It will obtain the png version of the component from Figma and display a half transparent overlay on top of your component.
To make sure that code is developed in the way that it’s the same as in design takes a lot of time. Here are the main reasons why:
The developer needs to select each layer and get the specs from each element like the sizes, spacings, colors, and others. It's time-consuming and sometimes we all are making mistakes
We found the issue that text rendering in Flutter is not the same as in Figma. Even if the developer provides the right spacings in the UI there are still some issues after. It's much easier to find visual inconsistencies by just overlaying the final results on top.
To start you will need to install the Scripter plugin to your Figma account and run the script that is available here
The full overview of how to prepare your Figma file is available in this tutorial on Youtube by Farid Sabitov. And the public Figma file with all the details here.
In order to use the FigmaPreview component you will need to know the Figma API token and your component id.
The component id can be obtained via script insert_component_id.js. You need to run it within your Figma project via Scripter Figma plugin.