Member-only story

How To Pick Up Flutter

Fred Grott
5 min readJul 23, 2021

--

Google has a way to pick up flutter by showing a few widget examples. But, your goal is to pick up enough flutter to build a full professional app to put in the app store and get the job. How about a different way, where you get to see how a real app looks in code every time you look at a User-Interface example?

But more than that, you would need to find the one person that will use a DI-state-management solution that allows you to go from using beginning reactive to full advance reactive without the DI and state combination getting in the way.

How about I just do that for you, that way you only have to concentrate on the build your app part.

How

The user-interface examples that I will now do as far as becoming a UI expert in using the flutter framework will be using the States Rebuilder DI and state management system. It’s known as a builder type DI and state combination, as it integrates its infrastructure with the full stateful widget lifecycle in a specific way different from provider DI and state combinations.

The app boilerplate will include build variants, logging set up as a singleton, onion-layered architecture, typical app service and domain service layer patterns, and the right testing setup. Then that is combined with some basics in DevOps to get code feedback as you develop your app.

--

--

Fred Grott
Fred Grott

No responses yet