Member-only story

What Would A Designer’s Flutter Plugin Stack Look Like

Fred Grott
6 min readJul 18, 2022

--

In celebration of reaching 2,000 followers, I am going to talk about some quality flutter plugins that by saving you headaches and time will allow you to get back to awesome flutter app design polishing.

Design Previewing

Several take the route of having something specialized to just display a custom widget, such as storybook. Instead, I use a stack of plugins that allows me to preview the app screens according to device form factor:

The way I implement using it is via a build variant main function that calls a specialized app widget set up for those plugins.

--

--

Fred Grott
Fred Grott

No responses yet