Member-only story

Fast Prototyping Flutter Apps, Dynamic Color

Fred Grott
3 min readOct 23, 2022

--

Design adds value faster than it adds costs. — Joel Spolsky, web programmer, writer, and creator of Trello

Part of fast prototyping is being able to grab the app user wallpaper or on desktop the accent color and incorporate that with themes of the app. In this article, I will show you how to use the Dynamic Color package to grab the user color and incorporate it into themes using the Flex Color Scheme package.

The whole reason why Material Design 3 has the nickname Material You is the way we can incorporate the user wallpaper color or accent color into flutter material design themes.

The packages to make that work are:

Material Color Utilities

Flex Color Scheme

--

--

Fred Grott
Fred Grott

No responses yet