-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bd3b7f
commit 0ed1f0a
Showing
3 changed files
with
49 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,5 @@ | ||
<meta name="description" content="generate flutter code from figma, with design linting."> | ||
<meta name="title" content="bridged figma plugin. figma to flutter code exporter"> | ||
# Figma Native - A non-web-hosted version of figma plugin. | ||
|
||
This runs everything within only figma host. even webpages are served internally, not via localhost; | ||
|
||
# bridged-figma-plugin (flutter code builder from figma design) | ||
> a figma to flutter code exporter | ||
## Development guide | ||
|
||
|
||
### Pre-requisites | ||
|
||
- [Node.js](https://nodejs.org/) | ||
- [Figma desktop app](https://figma.com/downloads/) | ||
|
||
### Building the plugin | ||
|
||
First: | ||
|
||
``` | ||
$ yarn install | ||
``` | ||
|
||
``` | ||
$ yarn run dev | ||
``` | ||
|
||
### 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 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 `Plugins` → `Development` → `Open Console`. | ||
|
||
### Docs | ||
|
||
- [Create Figma Plugin docs](https://github.com/yuanqing/create-figma-plugin#docs) | ||
- [Figma plugin API docs](https://figma.com/plugin-docs/api/) | ||
- [React plugin](https://www.figma.com/plugin-docs/bundling-react/) | ||
- [Create Figma Plugin](https://github.com/yuanqing/create-figma-plugin) | ||
|
||
Using this will overload plugin booting time & interaction delay |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,46 @@ | ||
# Figma lite - A web hosted version of figma plugin. | ||
<meta name="description" content="generate flutter code from figma, with design linting."> | ||
<meta name="title" content="bridged figma plugin. figma to flutter code exporter"> | ||
|
||
# bridged-figma-plugin (flutter code builder from figma design) | ||
|
||
> a figma to flutter code exporter | ||
## Development guide | ||
|
||
### Pre-requisites | ||
|
||
- [Node.js](https://nodejs.org/) | ||
- [Figma desktop app](https://figma.com/downloads/) | ||
|
||
### Building the plugin | ||
|
||
First: | ||
|
||
``` | ||
$ yarn install | ||
``` | ||
|
||
``` | ||
$ yarn run dev | ||
``` | ||
|
||
### 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 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 `Plugins` → `Development` → `Open Console`. | ||
|
||
### Docs | ||
|
||
- [Create Figma Plugin docs](https://github.com/yuanqing/create-figma-plugin#docs) | ||
- [Figma plugin API docs](https://figma.com/plugin-docs/api/) | ||
- [React plugin](https://www.figma.com/plugin-docs/bundling-react/) | ||
- [Create Figma Plugin](https://github.com/yuanqing/create-figma-plugin) |