Learn how to create a drawing app in Flutter and explore Flutter’s capability to render and control a custom UI with the help of CustomPaint widgets.
- Changeable point color
- Changeable background color
- Changeable stroke width
- Clean screen button
lib
│─── drawing_page.dart
|─── drawing_line.dart
|─── main.dart
|─── sketcher.dart
Created by Flutter.