Thanks for the rich video! 1 question, how do you write/present the code in your tutorials? It seems like copy-paste but I think it's something else, I saw the same style of videos on Fireship channel.
very nice thank you. Some new things I learned. I am interested as well in how to draw a shadow of concave Polygon. canvas.drawshadow does the job for convex shapes like triangle but for concave shapes the shadow is not what I would expect.
@@HeyFlutter Thank you sir for a prompt response. It will be great, if a sample can be presented by you in a video format. Or a URL for other resources that I can refer to ...
Hi, I am trying to figure out how much performance penalty there will be if using flutter canvas for web compared to html5 canvas. Assuming hundreds of animated objects. Any your thoughts on the subject would be appreciated.
Thank You @devaliero-3d597! Follow this link: medium.com/@david_90860/flutter-web-in-2023-is-it-good-for-you-4c2d51129b80 I hope you will get your answer 🙂
Thank You Filipe Mendes! Follow this link: stackoverflow.com/questions/68270121/flutter-how-to-give-triangle-shape-to-container I hope you will get your answer 🙂
Hi, I want to ask if it's possible to draw an animated shape. For example I want to draw a blinking red circle. Can you create a tutorial for that? If not, do you know what keyword can I look for?
And again, a nice and useful tutorial! Question: If I need to draw an image as a background and want user to drawn on this image (without change the image), can I put the image as a child and use the foregroundpainter to draw above the image right? and how can I export a PNG image containing the background image and every shape that users did?
Thank You Sanjib Limbu! Follow this link: stackoverflow.com/questions/68270121/flutter-how-to-give-triangle-shape-to-container I hope you will get your answer 🙂
This one also complicated, please write all code in single widget , after completed code then you can seperate the widget so thats better to understand beginners like me