Drawing app made in flutter with clean architecture.
This is an app to practice the combination of various widgets to create something new and creative. The drawing was made using the widgets GestureDetector, Offset and CustomPaint.
Features done:
- When the color of the line is changed, only new lines will have that color previous ones will remain the same.
- Make a difference between the lines drawn and the pencil point of contact.
- When the size of the line is changed, only new lines will have the new size previous ones will remain the same.
- Undo and redo.
- Eraser tool made.
- Save drawing to device.
- Create new drawing.