Member-only story
Way OF Flutter Masters
2 min readApr 25, 2022
So I am going to step you through which is the right way to brand your flutter app by using the appbar as an example. Call it a way into the world of Flutter Declarative Thinking.
What Are We Building
Here is the screenshot:
Now, there is a wrong way to do this and a right way to do this. First, let me show you the wrong way.
The code is just creating two layers, with each layer having a path applied that happens to use a bezier-curve. And it’s used in the home page by:
But, there is a problem. The problem is with that way of branding, the UX behavior of the appbar has been destroyed by not basing it…