Uint8List (Technique of the Week)

  Рет қаралды 41,465

Flutter

Flutter

Күн бұрын

Пікірлер: 42
@flutterdev
@flutterdev 5 ай бұрын
Watch more Technique of the Week → goo.gle/FlutterTechnique
@SurajMilake
@SurajMilake 5 күн бұрын
💥💥animated_confirm_dialog: ^1.0.1 💥💥💥💥use this package and if you liked it give star on github
@Lovelovevillain
@Lovelovevillain 5 ай бұрын
The media illustrate is so good. GOOD JOB GOOGLE TEAM APPRECOATED IT❤
@7mada89
@7mada89 5 ай бұрын
One of the best series
@andrewzuo86
@andrewzuo86 5 ай бұрын
Oh, so that's what Uint8List does. I always wondered.
@omzer97
@omzer97 5 ай бұрын
Am I the only one who feels the energy in these videos is getting down?
@AliKhatib100
@AliKhatib100 5 ай бұрын
It's like they're posting to save their job rather than trying to educate/explain to us
@MyInspireSphere
@MyInspireSphere 5 ай бұрын
Focused and to the point! ❤❤
@dreamx82
@dreamx82 5 ай бұрын
Thank you, Flutter team.
@tracertrailparnamirim
@tracertrailparnamirim 5 ай бұрын
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
@hanibachi5228
@hanibachi5228 5 ай бұрын
We need more videos like this
@AbhishekKumar-bx8gp
@AbhishekKumar-bx8gp 5 ай бұрын
Flutter is great 🎉
@CM-pn4mf
@CM-pn4mf 5 ай бұрын
Please add primitive types (u)int8-16-32! Working in industry requiring high throughput byte manipulation and using `[index]` on lists is slow.
@reidosreis4k
@reidosreis4k 5 ай бұрын
Having unsigned integers as a type would be one of the best improvements to the dart language they could add
@CM-pn4mf
@CM-pn4mf 5 ай бұрын
@@reidosreis4k Absolutely, it would open up optimizations around the entire Flutter/Dart ecosystem.
@Dogeek
@Dogeek 5 ай бұрын
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-pn4mf
@CM-pn4mf 5 ай бұрын
@@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.
@reidosreis4k
@reidosreis4k 5 ай бұрын
@@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
@vlad1slove1
@vlad1slove1 5 ай бұрын
awesome explanation!!!
@metra-2020
@metra-2020 5 ай бұрын
Good we are using from long time
@AzamKhan-bb7xg
@AzamKhan-bb7xg 4 ай бұрын
It’s the best for QRCode Generator when fetching from an API
@devfordevs
@devfordevs 5 ай бұрын
will it cause data loss?
@sumitpanwar9695
@sumitpanwar9695 5 ай бұрын
i had to learn all of this, the hard way.
@joeydoesnotsharefood
@joeydoesnotsharefood 5 ай бұрын
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_script7091
@ex_script7091 5 ай бұрын
Então basicamente serve para compactar ao converter listas e arquivos para uma sequência numérica menor que a anterior?
@eldadario7339
@eldadario7339 5 ай бұрын
Isso é fantástico
@aouadicharaf1038
@aouadicharaf1038 5 ай бұрын
❤❤❤
@ajaykotiyal427
@ajaykotiyal427 4 ай бұрын
So... 300 and 44 are same ? your way of explaination is tooo good.
@junveld4830
@junveld4830 5 ай бұрын
please, return previous dictor
@karuppasamykaruppasamy4686
@karuppasamykaruppasamy4686 5 ай бұрын
How to use REST API and integrated
@DL-gg3sb
@DL-gg3sb 5 ай бұрын
Like this!
@azimjondev
@azimjondev 5 ай бұрын
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.
@Ainigma
@Ainigma 4 ай бұрын
flutter will not die for at least 10 years because big companies use flutter for their flagship products.
@juniordev4190
@juniordev4190 5 ай бұрын
🎉🎉
@hazemelwazery3830
@hazemelwazery3830 5 ай бұрын
❤🎉
@shankarbhattacharjee9771
@shankarbhattacharjee9771 3 ай бұрын
primitive types Working in industry requiring
@AshleyLewis95
@AshleyLewis95 4 ай бұрын
ochen kruto raskazivaesh
@HermisLasty
@HermisLasty 4 ай бұрын
يا لبيين شن يدير الدبيبة هني 😂😂😂😂😂
@VictorOnFlutter
@VictorOnFlutter 5 ай бұрын
up
@yauhenko
@yauhenko 4 ай бұрын
соу сэпилявых
Completers (Technique of the Week)
2:09
Flutter
Рет қаралды 65 М.
Crea una APP Android, iOS y Web usando FLUTTER
1:08:57
MoureDev TV
Рет қаралды 156 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
The Surprising Math Behind Voronoi Diagram Perimeters
19:33
PurpleMind
Рет қаралды 37 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 90 М.
Dart Futures - Flutter in Focus
8:55
Flutter
Рет қаралды 204 М.
Async/Await - Flutter in Focus
9:11
Flutter
Рет қаралды 209 М.
BuildContext - Flutter
4:02
Hungrimind
Рет қаралды 10 М.
Deep Dive into LLMs like ChatGPT
3:31:24
Andrej Karpathy
Рет қаралды 215 М.
Dependency Injection | Prime Reacts
28:34
ThePrimeTime
Рет қаралды 371 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 585 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 304 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 773 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН