Watch more Technique of the Week → goo.gle/FlutterTechnique
@SurajMilake5 күн бұрын
💥💥animated_confirm_dialog: ^1.0.1 💥💥💥💥use this package and if you liked it give star on github
@Lovelovevillain5 ай бұрын
The media illustrate is so good. GOOD JOB GOOGLE TEAM APPRECOATED IT❤
@7mada895 ай бұрын
One of the best series
@andrewzuo865 ай бұрын
Oh, so that's what Uint8List does. I always wondered.
@omzer975 ай бұрын
Am I the only one who feels the energy in these videos is getting down?
@AliKhatib1005 ай бұрын
It's like they're posting to save their job rather than trying to educate/explain to us
@MyInspireSphere5 ай бұрын
Focused and to the point! ❤❤
@dreamx825 ай бұрын
Thank you, Flutter team.
@tracertrailparnamirim5 ай бұрын
Amazing content, really amazing, beautiful and wonderful. Thank you for sharing the video. Enjoy watching. I will give you a thumbs up and hope you have much success. Greetings from Brazil BR
@hanibachi52285 ай бұрын
We need more videos like this
@AbhishekKumar-bx8gp5 ай бұрын
Flutter is great 🎉
@CM-pn4mf5 ай бұрын
Please add primitive types (u)int8-16-32! Working in industry requiring high throughput byte manipulation and using `[index]` on lists is slow.
@reidosreis4k5 ай бұрын
Having unsigned integers as a type would be one of the best improvements to the dart language they could add
@CM-pn4mf5 ай бұрын
@@reidosreis4k Absolutely, it would open up optimizations around the entire Flutter/Dart ecosystem.
@Dogeek5 ай бұрын
It exists already in the `dart:typed_data` core package. You even have stuff like Int32x4List (which is a primitive for a 32 bit 4 lane list, useful for working with RGBA truecolor images for instance). There are Uint8List, Uint16List, Uint32List, Int8List, Int16List, Int32List, Uint8ClampedList (same as Uint8List, except that it clamps negatives to 0 and greater than 255 to 255)
@CM-pn4mf5 ай бұрын
@@Dogeek Dart does not have primitive unsigned integers. It has typed data buffers that are objects which map to arrays natively. I frequently need to work with one value at a time and using the `[index]` returns unmasked values. It slows down high throughput operations as you have to mask the value at each point.
@reidosreis4k5 ай бұрын
@@Dogeek I'm talking about a dedicated unsigned integer type. I know that we have an Uint8List (that's what the video is about), but there is zero way to signify that an integer can't be negative in Dart without creating a wrapper type
@vlad1slove15 ай бұрын
awesome explanation!!!
@metra-20205 ай бұрын
Good we are using from long time
@AzamKhan-bb7xg4 ай бұрын
It’s the best for QRCode Generator when fetching from an API
@devfordevs5 ай бұрын
will it cause data loss?
@sumitpanwar96955 ай бұрын
i had to learn all of this, the hard way.
@joeydoesnotsharefood5 ай бұрын
Could you filter the "Flutter Widget of the Week" playlist to contain only videos about widgets? I watch this playlist to learn about widgets not a techniques. Some videos, including this one, are in both "Flutter Widget of the Week" and "Flutter Technique of the Week". It's confusing.
@ex_script70915 ай бұрын
Então basicamente serve para compactar ao converter listas e arquivos para uma sequência numérica menor que a anterior?
@eldadario73395 ай бұрын
Isso é fantástico
@aouadicharaf10385 ай бұрын
❤❤❤
@ajaykotiyal4274 ай бұрын
So... 300 and 44 are same ? your way of explaination is tooo good.
@junveld48305 ай бұрын
please, return previous dictor
@karuppasamykaruppasamy46865 ай бұрын
How to use REST API and integrated
@DL-gg3sb5 ай бұрын
Like this!
@azimjondev5 ай бұрын
I have a question. Has Flutter been discontinued by Google? How promising is the future of Flutter? Will Flutter not be as discredited as PHP in the next 10 years? I'm an iOS developer and interested in learning flutter and these questions are bothering me.
@Ainigma4 ай бұрын
flutter will not die for at least 10 years because big companies use flutter for their flagship products.