Hey is there something like erase with the help of which we can erase whatever we have drawn. I know about the complete removing/erase of the screen. I want to know about something with the help of which we can erase only a section of what we have drawn.
Regarding the firebase_ml_vision package, any thoughts on github anandpawara/Real_Time_Image_Animation? It uses opencv/pytorch to do some very impressive drawing.. perhaps it could be made to work with flutter! Also, any pointers on drawing charts in flutter? I see tons of options** but not sure where to start! **Syncfusion, charts_flutter (0.9.0), bezier_chart (1.0.17+1), flutter_sparkline, fl_chart, flarts,bezier-chart, FlutterAnimatedCharts
Great Video and smart decision on using DartPad. However I have a question. Why is the left intersection point of the mouth is sharp and right side not? How can we make right side sharp too?
Thanks for the short tutorial. I've been following you for quite some time right now and I was wondering if it could be possible to handle a real application flow with REST API and not with Firebase. I'm kinda curious on handling the calls and the things. Cheers, keep up the good work
Yes, I'd like to do a REST tutorial at some point. The main difference is that REST is not real-time. You make a request and get a response (using Futures), but there are no streaming APIs. From a UX perspective, it means that clients need to poll for status updates (e.g. using a refresh indicator). Makes sense?
@@CodeWithAndrea I've been working through this exact scenario. I can call my JSON API easily, but exposing my call as a stream requires a service with websockets, or another method. So now I need to add socket.io or similar to my node.js API. This may be more of a tutorial for the API than for Flutter.
@@CodeWithAndrea Oh yes of course, that makes sense. I have a working app, but it doensn't feel that it's the proper way to handle things, provider use is kinda meh. That's why I was curious on watching a video on that, just the user of provider, and workflow
Thank you Andrea. You are one of the best trainers for flutter.
Yes please make a tutorial on face detection with flutter and firebase.
ML Vision + Camera Tutorial would be sweet.
Cool and helpful video. Also the idea to put all the code in Dartpad is much better for this short tutorials than using an full ide
deserves a subscription
Simple, Clear, and awesome
Hey is there something like erase with the help of which we can erase whatever we have drawn. I know about the complete removing/erase of the screen. I want to know about something with the help of which we can erase only a section of what we have drawn.
ML_Vision+camera! :D
Thank you for keeping it under 10 mins.
There are a lot of things that can be taught in under 10 min :)
s it possible to create a pen with web flutter?
At 3:31 what is wrong in setting height and width as double.infinity?
any tips in how to make it resizable ant still paint on the right spot, when using gesture detection to paint on the canvas with your finger?🤔
very useful video, thank you for sharing
Is it possible to zoom?
Regarding the firebase_ml_vision package, any thoughts on github anandpawara/Real_Time_Image_Animation? It uses opencv/pytorch to do some very impressive drawing.. perhaps it could be made to work with flutter!
Also, any pointers on drawing charts in flutter? I see tons of options** but not sure where to start!
**Syncfusion, charts_flutter (0.9.0), bezier_chart (1.0.17+1), flutter_sparkline, fl_chart, flarts,bezier-chart, FlutterAnimatedCharts
Great Video and smart decision on using DartPad. However I have a question. Why is the left intersection point of the mouth is sharp and right side not? How can we make right side sharp too?
I suspect it may be because I'm not explicitly closing the Path. Maybe see if there's an argument or extra call to do that?
Thanks for the short tutorial. I've been following you for quite some time right now and I was wondering if it could be possible to handle a real application flow with REST API and not with Firebase. I'm kinda curious on handling the calls and the things. Cheers, keep up the good work
Yes, I'd like to do a REST tutorial at some point.
The main difference is that REST is not real-time. You make a request and get a response (using Futures), but there are no streaming APIs.
From a UX perspective, it means that clients need to poll for status updates (e.g. using a refresh indicator). Makes sense?
@@CodeWithAndrea I've been working through this exact scenario. I can call my JSON API easily, but exposing my call as a stream requires a service with websockets, or another method. So now I need to add socket.io or similar to my node.js API. This may be more of a tutorial for the API than for Flutter.
@@CodeWithAndrea Oh yes of course, that makes sense. I have a working app, but it doensn't feel that it's the proper way to handle things, provider use is kinda meh. That's why I was curious on watching a video on that, just the user of provider, and workflow
@@joelsina2492 If you're not keen on Provider, you can try get_it instead. Some people prefer it.
it gives me that painter is not defined for class CustomPaint
My face when I drink vodka