Collection (Flutter Package of the Week)

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 77

  • @FlutterMapp
    @FlutterMapp 3 роки тому +40

    This will be in the next Flutter Tips video 👏Thanks team ⚡️

  • @SEGVeenstra
    @SEGVeenstra 3 роки тому +79

    Take that recruiters! No point in asking binary search now!

    • @raianmr2843
      @raianmr2843 3 роки тому +3

      that's not how it works lol you still should and need to know how the algorithm works, else you won't even know when or how to use it and before long you'll end up using binary search where interpolation search is clearly the best option

    • @SEGVeenstra
      @SEGVeenstra 3 роки тому +14

      @@raianmr2843 so it's like knowing the difference between a joke and a serious comment so you can 'choose' a proper reply?

    • @raianmr2843
      @raianmr2843 3 роки тому +1

      @@SEGVeenstra no it's more like learning to choose a proper comeback over a butthurt cry because 9 out of 10 times the latter makes a complete fool outta yourself

    • @SEGVeenstra
      @SEGVeenstra 3 роки тому +1

      @@raianmr2843 glad I'm that 1 out of 10 then!

    • @raianmr2843
      @raianmr2843 3 роки тому +1

      @@SEGVeenstra I just got you to admit that you were butthurt ahahahahaha

  • @loathethisapparatus588
    @loathethisapparatus588 3 роки тому +3

    I have just begun tinkering with this package, and just right on time, this had popped up.

  • @AshikBasheerilahi
    @AshikBasheerilahi 3 роки тому +16

    Cool package. This ine is similar to Laravel's collection. This package will pretty sure come in handy!

  • @عبدالقادرعبدالرحمنعبدالله

    This channel is strengthening my love for Flutter.

  • @edwinsulaiman6143
    @edwinsulaiman6143 3 роки тому +2

    Love it 🔥 Linq on flutter 😂

  • @harisharris5902
    @harisharris5902 3 роки тому +22

    Who else is web developer but after learnig Flutter want to be mobile developer ✌️

    • @hamza-325
      @hamza-325 3 роки тому +4

      I was a backend devloper which hates everything related to frontend, but when I discovered Flutter, I started to like the frontend development because this library makes everything easier and you can get great results with few code.

    • @henrypowell3496
      @henrypowell3496 3 роки тому

      @@hamza-325 what backend do you use?

    • @TekExplorer
      @TekExplorer 3 роки тому

      you could always use flutter for web :)

    • @hamza-325
      @hamza-325 3 роки тому

      @@henrypowell3496 Django for a webserver. However, I was in the desktop development for a long time, so I may consider myself as a desktop developer, but Flutter is pushing me to web and mobile development.

    • @henrypowell3496
      @henrypowell3496 3 роки тому

      @@hamza-325 where are you from? can I be your like, a student, for a short time, I know a lot of things just don't have real work experience, I won't be a burden😐, I could learn a thing or two maybe

  • @oscaronyali736
    @oscaronyali736 2 роки тому

    Love love the start of this video!

  • @chiragkumar1968
    @chiragkumar1968 3 роки тому

    Thanks now I'm able to add binary search with O(n) complexity.
    Linear search as I said previously.

  • @eduardospek.fortnite
    @eduardospek.fortnite 3 роки тому +2

    I love Flutter! 😍❤️

  • @AlamgirTamboli
    @AlamgirTamboli 3 роки тому +2

    I wonder how you all would compare this to kt_dart

  • @FurkanKurt97
    @FurkanKurt97 3 роки тому

    Hello Nilay! 🙋🏼‍♂️🇹🇷

  • @5erTurbo
    @5erTurbo 3 роки тому +1

    I guess it works, but it would be nice if collections would implement that

  • @mohammadm.4228
    @mohammadm.4228 3 роки тому

    Very clear explanation! Thanks!

  • @examkuldevelopers4022
    @examkuldevelopers4022 3 роки тому

    our team is already using this package in many use cases.

  • @yourtruefriend4544
    @yourtruefriend4544 3 роки тому +2

    Really good, appreciate the efforts you guys do make things interesting, I am talking about the start of this video(it was indeed funny😂😂)

  • @quickflutterfixes4782
    @quickflutterfixes4782 3 роки тому

    Very use full exactly what I was looking for this can't touch this is a game changer

  • @Aspiiire
    @Aspiiire 3 роки тому

    Wow, thanks for sharing, I really like this package, really useful

  • @binSaed
    @binSaed 3 роки тому +1

    most of the time I use it to do
    list.firstOrNull 😅

  • @nested9301
    @nested9301 3 роки тому

    finally some dart things

  • @softwareengineer9435
    @softwareengineer9435 3 роки тому

    Wow this is very useful, thanks.

  • @merton7491
    @merton7491 3 роки тому

    Can't help but wonder why we keep getting class names like UnmodifiableSetView instead of ImmutableSet. Presumably it still has all the semantics of a Set except for the ability alter it.

    • @loganrussell48
      @loganrussell48 3 роки тому

      I'd like to think of it like a baby monitor / camera. What your looking at is a real thing, you just don't have access to alter it. *someone* might be able to alter it, and your view of it should reflect that change.
      Sort of like sharing a Google doc with someone and giving them read only permissions. They can see all the changes you make, but they can't make any changes on their own.
      It's a *view* of a *set*. The *set* may or may not be modifiable, but the *view* is definitely NOT modifiable.

  • @batkent26
    @batkent26 3 роки тому

    Hi flutter, we can do some grouping with for loops, does collection package do it async or do we need to wrap it with async function if calculations take more time ?

    • @IanSfirebirdflame
      @IanSfirebirdflame 3 роки тому +1

      It's synchronous. If you have a really large list to group by (or anything computationally heavy for a long period of time), consider using an isolate.

  • @Sominemo
    @Sominemo 3 роки тому

    The intro killed me xD

  • @estranhokonsta
    @estranhokonsta 3 роки тому +1

    So this could be called Lodash or Underscore for Dart!

  • @ВованчоХБКовский
    @ВованчоХБКовский 3 роки тому

    thank you very on time

  • @agustinmino6183
    @agustinmino6183 3 роки тому

    This is very similar to Pharo. did anyone notice? Flutter 💙.

  • @Constantine..
    @Constantine.. 3 роки тому

    Hi) Who knows if Dart is widely used in any other areas besides mobile development with Flutter?

    • @marflage
      @marflage 3 роки тому

      I am curious about that too. Personally, I want it to be extensively used in backend and machine learning, although I know it is client-optimized language. But that was also the case for JS, and now we have a whole TensorFlow implementation in JS.

    • @Constantine..
      @Constantine.. 3 роки тому

      @@marflage @flutterdev
      Yes, I was looking forward to the maturity of Angular - Dart, but unfortunately it also went into oblivion. In addition to Flutter, I have not heard of any serious framework. It's kind of frustrating to invest time in learning a language that might turn out to be useless after a couple of years.

  • @MeraGuruji
    @MeraGuruji 3 роки тому +1

    How to protect API request made from Flutter Web app?

  • @javalover446
    @javalover446 3 роки тому

    Hi flutter team can you provide me solutions of multiple images picking and uploading our server in web android and iOS pannel

  • @rahulkushwaha815
    @rahulkushwaha815 3 роки тому

    very nice

  • @chinmaykabi
    @chinmaykabi 3 роки тому

    Next time I'm rejected for DSA, I'm throwing this package at them

  • @Drasius
    @Drasius 3 роки тому

    firstWhereOrNull, singleWhereOrNull is a shame that they are not in List class

  • @hackerwhite7957
    @hackerwhite7957 2 роки тому

    why you guys dont make a book on complete web security and flutter security and android security
    I am ready to pay

  • @muhsterml5790
    @muhsterml5790 3 роки тому

    So awesome.

  • @faheemahmad3957
    @faheemahmad3957 3 роки тому

    pleae how u people make thse vidoes??? they are so intitive...so we can make these kind of vids too and share on UA-cam

  • @anatolys9203
    @anatolys9203 3 роки тому

    Super!

  • @iCodeJob
    @iCodeJob 3 роки тому

    Flutter is awesome with Flutter Bucket.

  • @rodrigomacedo9996
    @rodrigomacedo9996 3 роки тому

    Awesome

  • @nidalbakir4720
    @nidalbakir4720 3 роки тому

    Cool 🔥🔥

  • @icoffeenz
    @icoffeenz 3 роки тому

    First where or null !

  • @maxvalenzuela6184
    @maxvalenzuela6184 3 роки тому

    This si great

  • @HIHIQY1
    @HIHIQY1 3 роки тому +3

    sounds more like a Dart Package of the Week

    • @mrunfunny
      @mrunfunny 3 роки тому

      Lol, do you mean it has no significance when working with flutter?

    • @HIHIQY1
      @HIHIQY1 3 роки тому +1

      @@mrunfunny No, I mean it also works without Flutter - just Dart

  • @razinkebede1260
    @razinkebede1260 3 роки тому

    lodash of flutter

  • @asif_imtiaz
    @asif_imtiaz 3 роки тому

    Hahaha, I was like 😨😱😱😱🤯🤯 then I was like 😅😆

  • @fredgotpub871
    @fredgotpub871 3 роки тому

    The article on Médium is fine: medium.com/dartlang/exploring-collections-in-dart-f66b6a02d0b1

  • @3kdevelopers185
    @3kdevelopers185 3 роки тому

    Sir, Please make a Video on How to localize (pdf text change to user selected language text) Pdf document in flutter???
    ❤️ From Pakistan 😇

  • @mcuve105
    @mcuve105 3 роки тому

    Loadsh ...

  • @gabrielrocha2640
    @gabrielrocha2640 3 роки тому

  • @TheFlutterHub
    @TheFlutterHub 3 роки тому

    Thank you sir please reply me

  • @akshattamrakar9071
    @akshattamrakar9071 3 роки тому

    Na, I'm good. That will just add more complexity

  • @niel1289
    @niel1289 3 роки тому

    1st to comment