Member-only story

What A Writer Learned About Flutter App Design

Fred Grott
8 min readMar 28, 2022

--

You are probably wondering why I do not write directly about the widgets in the Flutter SDK. Well, if you are designing an application, there are some patterns you get into since the Flutter APIs that you have to access are bent towards a specific direction.

Sure, I could write Flutter articles of, the AppBar Widget does this. But instead, you actually need articles on how to write a custom Appbar to brand your application. See, the problem is two-fold; coding the application using mixed OOP and FP and then actually designing the Flutter Application to reflect your brand in how the user-interface behaves(UX).

The Problem

So we can search Github Flutter Portfolios for example:

So let me list the high starred ones:

Codelessly’s GitHub source:

--

--

Fred Grott
Fred Grott

No responses yet