Uint8List (Technique of the Week)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025

ความคิดเห็น • 42

  • @flutterdev
    @flutterdev  5 หลายเดือนก่อน +9

    Watch more Technique of the Week → goo.gle/FlutterTechnique

    • @SurajMilake
      @SurajMilake 9 วันที่ผ่านมา

      💥💥animated_confirm_dialog: ^1.0.1 💥💥💥💥use this package and if you liked it give star on github

  • @7mada89
    @7mada89 5 หลายเดือนก่อน +8

    One of the best series

  • @Lovelovevillain
    @Lovelovevillain 5 หลายเดือนก่อน +2

    The media illustrate is so good. GOOD JOB GOOGLE TEAM APPRECOATED IT❤

  • @omzer97
    @omzer97 5 หลายเดือนก่อน +33

    Am I the only one who feels the energy in these videos is getting down?

    • @AliKhatib100
      @AliKhatib100 5 หลายเดือนก่อน +6

      It's like they're posting to save their job rather than trying to educate/explain to us

  • @andrewzuo86
    @andrewzuo86 5 หลายเดือนก่อน +34

    Oh, so that's what Uint8List does. I always wondered.

  • @dreamx82
    @dreamx82 5 หลายเดือนก่อน +2

    Thank you, Flutter team.

  • @MyInspireSphere
    @MyInspireSphere 5 หลายเดือนก่อน +1

    Focused and to the point! ❤❤

  • @CM-pn4mf
    @CM-pn4mf 5 หลายเดือนก่อน +56

    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 หลายเดือนก่อน +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 หลายเดือนก่อน +24

      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 หลายเดือนก่อน +4

      @@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

  • @tracertrailparnamirim
    @tracertrailparnamirim 5 หลายเดือนก่อน +3

    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 หลายเดือนก่อน +1

    We need more videos like this

  • @AbhishekKumar-bx8gp
    @AbhishekKumar-bx8gp 5 หลายเดือนก่อน +6

    Flutter is great 🎉

  • @vlad1slove1
    @vlad1slove1 5 หลายเดือนก่อน

    awesome explanation!!!

  • @metra-2020
    @metra-2020 5 หลายเดือนก่อน

    Good we are using from long time

  • @AzamKhan-bb7xg
    @AzamKhan-bb7xg 5 หลายเดือนก่อน

    It’s the best for QRCode Generator when fetching from an API

  • @ajaykotiyal427
    @ajaykotiyal427 5 หลายเดือนก่อน +2

    So... 300 and 44 are same ?
    your way of explaination is tooo good.

  • @sumitpanwar9695
    @sumitpanwar9695 5 หลายเดือนก่อน

    i had to learn all of this, the hard way.

  • @joeydoesnotsharefood
    @joeydoesnotsharefood 5 หลายเดือนก่อน +1

    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.

  • @devfordevs
    @devfordevs 5 หลายเดือนก่อน +2

    will it cause data loss?

  • @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 หลายเดือนก่อน +1

    ❤❤❤

  • @junveld4830
    @junveld4830 5 หลายเดือนก่อน +2

    please, return previous dictor

  • @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 หลายเดือนก่อน +1

      flutter will not die for at least 10 years because big companies use flutter for their flagship products.

  • @karuppasamykaruppasamy4686
    @karuppasamykaruppasamy4686 5 หลายเดือนก่อน

    How to use REST API and integrated

  • @juniordev4190
    @juniordev4190 5 หลายเดือนก่อน

    🎉🎉

  • @DL-gg3sb
    @DL-gg3sb 5 หลายเดือนก่อน

    Like this!

  • @hazemelwazery3830
    @hazemelwazery3830 5 หลายเดือนก่อน

    ❤🎉

  • @HermisLasty
    @HermisLasty 5 หลายเดือนก่อน

    يا لبيين شن يدير الدبيبة هني 😂😂😂😂😂

  • @shankarbhattacharjee9771
    @shankarbhattacharjee9771 3 หลายเดือนก่อน

    primitive types Working in industry requiring

  • @AshleyLewis95
    @AshleyLewis95 4 หลายเดือนก่อน

    ochen kruto raskazivaesh

  • @VictorOnMobile
    @VictorOnMobile 5 หลายเดือนก่อน

    up

  • @yauhenko
    @yauhenko 4 หลายเดือนก่อน

    соу сэпилявых