1.0.0 • Published 4 years ago

@bridged.xyz/figma-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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