Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.06 KB

Flutter custom painter

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.

Predefined shapes

Predefined shapes

Custom shapes

Custom shapes

Example

House

House

World clock

World clock

Final Demo

Final Demo

Tutorial

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