flutter_turtle 0.3.4 flutter_turtle: ^0.3.4 copied to clipboard
flutter_turtle is a simple implementation of turtle graphic. It simply uses a custom painter to draw graphics into a widget by a series of Logo-like commands.
0.3.4 #
- Adds a new command
Log
.
0.3.3 #
- Adds a new class
ControllableTurtleView
.
0.3.2 #
- Adds a new command
If
. - Prevents null exceptions.
0.3.1 #
- Adds new commands:
Label
andSetLabelHeight
.
0.3.0 #
- Adds
AnimatedTurtleView
.
0.2.1 #
- Updates documentation.
0.2.0 #
- Adds new commands like Back, Exec, IfElse and so on.
- Supports macros.
0.1.0 #
- The first release