Errata for Flutter Apprentice 2nd Edition

As already reported in 2020, the divisions property of the Slider widget in Chapter 2.5 should be 9 instead of 10.

The symptom is that the middle tick can’t be selected, because it belongs to 5.5, which is rounded to 6, but when we set the slider’s value to 6, it’s closest to the next tick at 6.4.