@bridged.xyz/figma-plugin

a figma to flutter code exporter

Usage no npm install needed!

<script type="module">
  import bridgedXyzFigmaPlugin from 'https://cdn.skypack.dev/@bridged.xyz/figma-plugin';
</script>

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 PluginsDevelopmentNew Plugin….
  • Click the Click to choose a manifest.json file box, and select the manifest.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 PluginsDevelopmentOpen Console.

Docs