Writing Your First Flutter WidgetAnd Best Practices

Fred Grott
8 min readOct 19, 2021

While I add to the Flutter Skeleton App Modified Template that has full Flutter Best Practices, I would like to spin some goodies off on to you Flutter App Developers and Designers.

We are going to create something useful, an ImageCache Widget that loads an image from the assets bundle and caches that image. Along the way, I will show some best practices in creating your own…

--

--