finger_painter 1.1.0 finger_painter: ^1.1.0 copied to clipboard
Painting package that let you finger paint with different brushes and different blend modes. The result can be read as a bitmap or list of Points to be used ie on a Map.
1.1.0 #
- now PainterController.clearContent() can accept a clear color. By default it is transparent
- fixed initial state of PenType. Before it was always [PenType.paintbrush]
1.0.1 #
- bug fix: the controller.getPoints() ponts list wasn't available in Painter.onDrawingEnded callback.
- added some docs.
0.9.0 #
- initial release.