send link to app

Widget Architect


Productivity
4.99 USD

Widget Architect is an all-in-one companion app for Flutter developers. It doesnt do everything for you, but instead provides a suite of tools for speeding up your day to day tasks.

Widget Builder
Use the widget builder to rapidly assemble deeply nested widgets using nothing but your mouse. With each click, your widgets will be automatically nested inside of each other according to their own syntaxes. Need to quickly nest a Text widget inside a Padding widget, put that Padding in a ColoredBox, and then Center it on screen? 4 clicks will do it! Select from a large catalog of common Flutter widgets, including multi-child and sliver widgets, and build the framework of your UI in record time.
- Build layers of nested widgets with quick options to copy and delete them
- Put multiple layers inside a single layout widget like a Row, Column, or Stack
- Work inside-out or outside-in
- Get suggested widgets that match commonly used patterns

Custom Wrappers
Android Studio and VS code offer some useful context menu actions to wrap widgets inside other widgets, but they dont cover them all. Wrap with Expanded? Wrap with Flexible? Wrap with SliverToBoxAdapter?! These things dont exist in your typical IDEs and thats why we added them to Flutter Architect.

Quick Snippets
There are many coding structures you use everyday that can take a few seconds to type out. A few seconds is too many. On the "Snippets" activity, you can find a growing library of code snippets you can easily click-to-copy.

Widget Architect is primarily an application that operates through your clipboard so if you can copy a widget from your project, it can be manipulated in the app!