Figma is a collaborative interface design / prototyping tool. Programming questions about Figma can be asked here. Questions about the design of, or designing, graphics and interfaces are off-topic on Stack Overflow.
Questions tagged [figma]
355 questions
26
votes
2 answers
How to prevent Figma Agent to be added to Login Items
Every time I launch the native Figma app on macOS (macOS 13 Ventura) I get this notification:
Login Item Added: "FigmaAgent.app" will open automatically when you log in. You can manage this in Login Items Settings.
And following the instructions…

vicegax
- 4,709
- 28
- 37
7
votes
1 answer
Cannot find name 'figma' error on setting up Figma plugin
I'm new to TS and JS.
Now I'm trying to set up my first plugin using the guide on macOS.
At some point I got an error:
/code.ts:9:1 - error TS2304: Cannot find name 'figma'.
I followed all the steps from the guide
I suppose the next action in the…

Nuzhdin Vladimir
- 1,714
- 18
- 36
7
votes
1 answer
Figma to Flutter - how fix font size difference?
I have a design in Figma. it looks great. but when I try to use font values in flutter - Ihave a problem. Font size I choose on Figma the front end of the application is not rendering the same results for the naked eye.
For example, if I set 12px…

FetFrumos
- 5,388
- 8
- 60
- 98
5
votes
4 answers
Flutter: Is it possible to set vertical alignment in text lines at height> 1.0?
All texts in Figma have some height, for example 1.5, but when I set that height to the TextStyle, all lines with the new height are aligned to the bottom.
If using Center or Align widgets - wrong result. Examples has bottom vertical alignment in…

Altemora
- 95
- 1
- 5
5
votes
1 answer
how to adapt figma sizes to in flutter app?
I have design Figma, I need to apply this in my flutter app. but I have certain difficulties, so in order.
The first thing I tried was to use auto import tools, I tried:
Adobe XD to Flutter
Supernova Studio
Unfortunately these tools are still at…

FetFrumos
- 5,388
- 8
- 60
- 98
5
votes
0 answers
How to export animation from Figma to Lottie format?
I want to make loader, and designer send it to me in Figma's Json, but l want to convert it into Lottie-available json animation.
Maybe you know some ways how to do it right with myself or with designer help?
Thank you so much!

maytime
- 111
- 1
- 12
4
votes
1 answer
How to disable bouncing effect while scrolling in figma?
My question is how to disable the bouncing effect while scrolling in Figma? I can't find any information about it in the documentation and I was thinking if is it possible to remove that effect at all. I mean scrolling in the emulator of figma.

Mateusz Czyżewski
- 41
- 1
- 2
4
votes
2 answers
how to set box shadow in flutter
I have a figma design and I need to set box shadow like this.
Drop shadow
x 0, y : 1, B: 5, S: 0, #000000 30%

Avdienko Viktor
- 71
- 2
- 5
4
votes
0 answers
Converting Figma CSS into Vue.js component - What are best practises here?
I roughly designed my webapp layout Figma using the layout element's CSS provided by it. I am running a Vue.js 2 SPA and now want to have my first hands on design to html/css convertion into a Vue.js component. I did it as simple as I could get my…

xetra11
- 7,671
- 14
- 84
- 159
4
votes
1 answer
How does fontsize in Figma compare to Flutter?
I have made a design in Figma that I wanted to rebuild using Flutter.
I'm having a hard time choosing the right fontsize in Flutter that corresponds to the fontsize I
used in Figma.
For example in Figma I chose fontsize 144 for a title and it looked…

robaetem
- 63
- 1
- 5
3
votes
1 answer
A better way to convert a coordinate space to Alignment
I'm trying to convert pixel-based x and y values of a child inside a parent such to Flutter's Alignment x & y.
This code is adapted and inspired by Flutter's own Alignment.inscribe function:
(typescript)
function convertPositionToAlignment(
…

Saad Ardati
- 379
- 6
- 17
3
votes
2 answers
convert figma to html and css
I'm using Figma to design my web page but when I try to convert it into HTML and CSS the text appears without style, although I tried to embed the CSS with HTML or link it with the external file it doesn't work.
…

Bushra
- 31
- 2
3
votes
1 answer
How to export a file from Figma to PyQt?
I'm working in a design in Figma to use in PyQt. Is there a way to export a Figma model/design to something usable to PyQt6? I've searched extensively and found almost nothing in this topic.

olenscki
- 487
- 7
- 22
3
votes
0 answers
Text font styles not reaching Amplify from Figma
I am using Amplify to develop React screens and trying to use Figma to develop the screens which then can be imported to Amplify and then to the local development environment.
Creating some simple forms in Figma with labels, text fields, and…

Manish Meshram
- 31
- 2
3
votes
1 answer
How to export element as PNG or JPEG using figma rest apis?
I am able to export a Textbox rectangle as PNG or JPEG from figma screens Web App. However, couldn't find any way to export particular element as PNG/JPEG using figma APIs.
Figma API documentation doesn't…

Abhishek Kulkarni
- 3,693
- 8
- 35
- 42