Flutter Control Drawing

This is only a short update about my little meditation app I described in this post:

Some time ago I started to replace the conventional iOS picker for the time frame with a custom-drawn control to select the number of minutes to spend. This code is separated in

  • the GestureDetector, to translate the user touch into the correct position of the drag-able knob on the control and
  • the CustomerPainter painting the control on each update in its current state

Other modifications include:

Hope you like it. Let me know @svenhennessen.

Cheers