AdobeXD / xd-to-flutter-plugin

Generate assets from XD for use in an existing Flutter project
BSD 2-Clause "Simplified" License
950 stars 96 forks source link

More controls over export and moving towards a full app builder #95

Open peynman opened 3 years ago

peynman commented 3 years ago

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

xd design file xd to flutter plugin, new settings widget generated by extending another widget widget generated with other widgets in properties other than children flutter web
gskinner commented 3 years ago

Sorry @peynman - I haven't had a chance to look at this in depth yet, but wanted to let you know it's been seen and isn't being ignored.

gskinner commented 3 years ago

Now that v2 is out, I'm going to be looking specifically at enhancements like this (ex. #110). Sorry to keep you waiting.