Skip to content

Latest commit

 

History

History
 
 

figma

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 dev

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

DISCLAIMER

re-use of this software and it's license is overrided by contributing-and-license

the initial commit of this project was inspired by FigmaToCode , which was (is) under GPL-3.0 License License. By this acknowledgement Bridged have done all legal obligation operations. (the current source is all overriten, no origin source remaining. if you want to see legacy logics, go link above)