@bridged.xyz/figma-plugin
v1.0.0
Published
> a figma to flutter code exporter
Downloads
3
Readme
bridged-figma-plugin (flutter code builder from figma design)
a figma to flutter code exporter
Development guide
Pre-requisites
Building the plugin
First:
$ yarn install
$ yarn run webpack:watch
Installing the plugin
In the Figma desktop app:
- Open a Figma document.
- Go to
Plugins
→Development
→New Plugin…
. - Click the
Click to choose a manifest.json file
box, and select themanifest.json
file that was generated.
Debugging
Use console.log
statements to inspect values in your code.
To open the developer console in the Figma desktop app, go to Plugins
→ Development
→ Open Console
.