chill-chinese / stroke-order-animator

Stroke order animations and quizzes for Chinese characters in Flutter.
https://chill-chinese.github.io/stroke-order-animator/
BSD 3-Clause "New" or "Revised" License
87 stars 24 forks source link

docs: Fix how controls listen to controller in example app #67

Closed Mr-Pepe closed 10 months ago

Mr-Pepe commented 10 months ago

Controls were not listening to the controller in the build method, but would instead always set the state. They are now correctly listening to changes of the controller.

Mr-Pepe commented 10 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Mr-Pepe commented 10 months ago

Merge activity