How To Design A Dart Tutorial Kit

Fred Grott
4 min readMay 18, 2022

How should a Dart Tutorial Kit be designed? What approaches do I need to use so that increasing your Dart skills through a Dart Tutorial kit then increases the power of your visually designed flutter App?

It might seem like I am abusing the word design, I assure that my view of design is from two levels and yours needs to be for effective Flutter app design.

The Many Levels of Design

While some think design only belongs to the visual, let me ask you a question:

If one subtracts the visual, do we still have some aspect of design? We already have something that applies; in that if one attempts to animate UI elements in Flutter via one controller, you will soon find that you cannot animate multiple UI elements in a choreographed manner using that strategy.

There are also times if you implement state or dependency injection in a wrong manner, it could impact the visual way one could implement a visual design in the amount of design items we can add to a screen.

And, unlike someone who is writing a Dart Server, my goals in writing Dart tutorial kits is to raise up Flutter Developer Dart computer language skills so that they can implement that Flutter App design in their head.

Tutorial Kit Structure

--

--