A demo manipulation on Flutter custom painter.
The CustomPainter class allows you to draw custom graphic elements, whether simple or complex.
It's often used when you want to create elements that you can't get with standard Flutter widgets.
To learn how to create this application, you can follow this tutorial:
🇬🇧 🇺🇸 Flutter and Dart: Unleash the Picasso within you with CustomPainter
🇫🇷 Flutter et Dart: Révélez le Picasso qui est en vous avec le Custom Painter