link is temporarily dead. it’s being reviewed by figma team. until this plugin is available publicly, you have to build it on local and run it.
install via figma plugin link here
git clone https://github.com/bridgedxyz/assistant.git
cd assistant
yarn
# run figma plugin in dev mode
yarn figma
# run sketch plugin in dev mode
yarn sketch
we use yarn workspace for maintaining this project as monorepository.
flutter widget builder is done by figma/flutter and the core builder is powered by bridged’s dynamic
✅ Theme.of
Textstyle support
✅ Colors.
Color support
✅ Slots support (not static content)
✅ Modularized builder functions - (not all-in-one widget tree)
✅ formatted dart code
✅ Best code quality (I Assure,) in this planet
rule based button / input / icon detection with @reflect.bridged.xyz/detection Higher quality ML based detection available at Bridged’s context engine
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
.
visit CHANGELOG.md
This plugin is built with Create Figma Plugin.
See plugin README
read LICENSE.
to shortly breif,
re-use of this software and it’s license is overrided by contributing-and-license
Author: bridgedxyz
Demo: https://bridged.xyz/
Source Code: https://github.com/bridgedxyz/assistant
#flutter #dart #mobile-apps