What is a CustomPainter in Flutter and why you should use it - Art with Flutter
The #CustomPainter is one of the underlying widgets that is even more used than the Widget. It is not really a Widget but a Class that extends the CustomPainter Object. This allows you to get a Canvas and a Size of the containing Widget. After this Tutorial, you will be able to create the most beautiful Widgets yourself. Relevant Links Flutter Architecture https://docs.flutter.dev/resources/architectural-overview#rendering-and-layout https://docs.flutter.dev/clock Blogpost https://www.raywenderlich.com/7560981-drawing-custom-shapes-with-custompainter-in-flutter Videos https://www.youtube.com/watch?v=DEppSs_ko48 Twitter Post https://twitter.com/flutter_exp/status/1476300664447905793 https://twitter.com/BlueAquilae/status/1371510305273081862 Relevant GitHub Repositories https://github.com/Solido/flutter-d-art https://github.com/md-weber/feeling_wheel_custom_painter Flutter Shapemaker by https://fluttershapemaker.com/ by RetroPortal Chapters 00:00 Welcome! 1:37 Use the CustomPainter
βhttps://tube.tchncs.de/w/tdp5sf1LXo9PHXgv4Gzodc