Re: "Your random range generator is off by one" - Randal L. Schwartz NextDouble() returns partial open range, from 0 up to 1.0 GetRange(min,max) => r.NextDouble() * (max-min) + min; returns a number from min up to max, (not including max.) So it's not off by one, it's as intended.
@@CodingwithIndy No Indy, I have a low quality, dull image(.png) used in my Flutter application from assets folder. Now I want to sharpen that image(to look more detail by highlighting it's edges and contents) and display on application screen.
@@flutterapp8656 You can't hope to get better quality by sharpening low quality images. Simply there's no pixel information. Start with better images. Image sharpening when the original image is blurred is something else.
Nicely done 🙏
Thank you 🙌
Timer = Magic
Re: "Your random range generator is off by one" - Randal L. Schwartz
NextDouble() returns partial open range, from 0 up to 1.0
GetRange(min,max) => r.NextDouble() * (max-min) + min;
returns a number from min up to max, (not including max.)
So it's not off by one, it's as intended.
We're updating the particles on setState isn't this UI expensive to do it?
First like and start watching
Thanks!
But you could've called p.pos += Offset(p.dx, p.dy) inside shouldRepaint, or have a update method to do the movement of the particles...
Nice Tutorial.👏👍
Could you please tell me how to do Image Sharpening in Flutter.?
Sharpen an image you took with your camera?
@@CodingwithIndy No Indy, I have a low quality, dull image(.png) used in my Flutter application from assets folder. Now I want to sharpen that image(to look more detail by highlighting it's edges and contents) and display on application screen.
@@flutterapp8656 You can't hope to get better quality by sharpening low quality images. Simply there's no pixel information. Start with better images. Image sharpening when the original image is blurred is something else.
interesting...but channel is dead almost for year((
It’s not dead 😀
I was a bit busy