Flutter App Design For Designers And Developers

Fred Grott
3 min readOct 31, 2022

Due to app markets and job markets being mature, the best Flutter App book that could be written is the one giving everyone fat-prototyping an app design and concept. Important tools and skills such as using Flex Color Scheme to autofill component themes, for example.

This is the title of the book and let me outline what is being covered and the schedule of pushing out free chapter previews.

The idea is to cover using FlexColorScheme to autofill component themes and color, using Boxy to create complex UI components fast, cover using Mocktail, Goldentoolkit for testing and devops things such as using DevicePreview for app screen previews.

The Outline as of now:

Dart Basics

1. Classes vs Functions

2. Language features

DevOps

1. Git

2. Lint

3. UML

4. Code Metrics

5. Build Variants

6. Clean Arch

Widgets

1. State vs Stateless

2. Builders

3. Callbacks

4. Proxy

5. Stack

--

--