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
86 stars 22 forks source link

Render only mode #13

Closed sqllyw closed 4 years ago

sqllyw commented 4 years ago

Is there a way that we can just draw the character with the stroke data, no animation and quizzing?

Mr-Pepe commented 4 years ago

There is a showFullCharacter method that just displays the character, if that's what you mean.

sqllyw commented 4 years ago

yes