You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have made a fork and added some features to the plugin:
customizable class/object/widget name for groups/artboard/shape
option for child widgets to live in other parent properties than "children"
option to exclude layout from getting exported (useful when placing a component in other properties than "children")
customize extended class for arboards and replace "build" function with super class properties
With this stuff I could get to scaffold a home page widget with app bar and drawer.Inside it is a DrawerHeader & ListView and a component to render items.
For now I am very interested in this plugin and I would like to add more features like:
Stateful components
Selectable layout for widgets
Set custom property on custom widgets (Like creating a JSON description)
this can be achieved with like a JSON editor, Google Blockly, or crawled through Flutter API docs and presented with XD UI.
I am open to ideas and advices on how to achieve this.
Also XD does not seem to be a pretty good choice for this, but this plugin and the environment its living in seems to be my best option.
This can turn into a fully app development environment I hope 🥇
Also I am new to Dart/Flutter/XD so this can take a while...
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Integrate GoogleBlockly, crawl Flutter API docs and create helpers for a customizable property setter
Describe alternatives you've considered
Doing it by hand
Additional context
The text was updated successfully, but these errors were encountered:
Hi
I have made a fork and added some features to the plugin:
With this stuff I could get to scaffold a home page widget with app bar and drawer.Inside it is a DrawerHeader & ListView and a component to render items.
For now I am very interested in this plugin and I would like to add more features like:
I am open to ideas and advices on how to achieve this.
Also XD does not seem to be a pretty good choice for this, but this plugin and the environment its living in seems to be my best option.
This can turn into a fully app development environment I hope 🥇
Also I am new to Dart/Flutter/XD so this can take a while...
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Integrate GoogleBlockly, crawl Flutter API docs and create helpers for a customizable property setter
Describe alternatives you've considered
Doing it by hand
Additional context
The text was updated successfully, but these errors were encountered: