Flutter Tutorial - How To Sort ListView Alphabetically | AZ Sort List

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

КОМЕНТАРІ • 25

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

    This might help you :)
    👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
    Source Code: github.com/JohannesMilke/listview_sort_example
    ListView VS GridView Tutorial: ua-cam.com/video/-rcl0iVp8KE/v-deo.html
    Flow Widget Tutorial: ua-cam.com/video/r3PSSD5YH00/v-deo.html
    All Flutter Buttons Tutorial: ua-cam.com/video/wvhkomzr0dU/v-deo.html
    Change Button Color On Tap Tutorial: ua-cam.com/video/nDmGGi_RlDM/v-deo.html
    Social Share Buttons Tutorial: ua-cam.com/video/bWehAFTFc9o/v-deo.html
    Multi Step Forms Tutorial: ua-cam.com/video/MpQTNW5woVI/v-deo.html
    Image Slider Tutorial: ua-cam.com/video/JEMx2ax0734/v-deo.html
    Bottom Navigation Bar Tutorial: ua-cam.com/video/xoKqQjSDZ60/v-deo.html
    Page Transition Tutorial: ua-cam.com/video/_R3E_aof69c/v-deo.html
    Modal Bottom Sheet Tutorial: ua-cam.com/video/AjAQglJKcb4/v-deo.html
    Link Widget Tutorial: ua-cam.com/video/cSR34CNXLvo/v-deo.html
    Share Text, Image, Files Tutorial: ua-cam.com/video/CNUBhb_cM6E/v-deo.html
    Pick Image From Gallery And Camera Tutorial: ua-cam.com/video/MSv38jO4EJk/v-deo.html
    Local Push Notifications Tutorial: ua-cam.com/video/bRy5dmts3X8/v-deo.html
    Send Email From App Tutorial: ua-cam.com/video/9HW3MZ_tsdo/v-deo.html
    Drop Files Into Dropzone Tutorial: ua-cam.com/video/pZdJX3PAydQ/v-deo.html
    Google Sheets API Tutorial: ua-cam.com/video/3UJ6RnWTGIY/v-deo.html
    Google SignIn Tutorial: ua-cam.com/video/1k-gITZA9CI/v-deo.html

  • @kgetgamingentertainmenttec8243
    @kgetgamingentertainmenttec8243 2 роки тому +1

    Hi great tutorial as always its easy to follow but compareTo is not working for me do I need to download any dependencies

    • @HeyFlutter
      @HeyFlutter  2 роки тому +1

      Thank You Kirubel Berhanu! Follow this link: stackoverflow.com/questions/71588476/the-method-compareto-cant-be-unconditionally-invoked-because-the-receiver-can
      I hope you will get your answer 🙂

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

      @@HeyFlutter I hope so too thank you for the reply

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

    Thanks for all this knowledge, Johannes. You are very young, though very wise. Greetings. You and Flutter (the framework Im using in my first Job as a developer) are 4ever in my heart.

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

      Glad to hear that, Thank you Luis! 😊

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

      young? Young John?

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

    Thanks for your video! Please could you make a video to animate a chat list message when the user send a message (same as IOS iMessage animation) ?

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

    Great video! One question: If we run the sorting algorithm inside itemBuilder, wouldn't it sort the list n times (for n items)? Should we only sort it once?

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

      Thanks, Ben Ha! 🙂The ListView.builder is only creating the items that are displayed on the screen and not all n-items. Yes you could call the sorting logic once when you press on the button, this would make sense.

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

    Thanks bro your videos is always helpful for me😊😊

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

    I'm always inspired by your all video. I had to ask something. Is it a Good practice to use Multiple Animation controller? Like When user scroll I hide the button. When taps a button It scales and reduces back to it's origin. Unfortunately I couldn't found the answer on StackoverFlow.

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

    a good tutorial!!! can you make a video about mobx? I really like your teaching. Greetings from Brazil

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

    Hi Johannes, can you do a tutorial on how to build a flaschard app in flutter? that would be awesome to many people!!

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

    Amazing this is really nice Johannes :)

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

    Is this possible to record audio in video player in video player the video is playing some animation playing with inbuild audio and we record our audio in video player and play with our audio with that video and save our audio with that video... Is this possible in flutter please help me I'm stuck with this problem

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

      Thank You Entertainment Entertainment Entertainment! Follow this link: pub.dev/packages/flutter_sound
      I hope you will get your answer 🙂

  • @amourmaboundou4727
    @amourmaboundou4727 Рік тому

    Thanks a lot 😊

    • @HeyFlutter
      @HeyFlutter  Рік тому

      You are welcome, amour maboundou!

  • @farhanahmad-bv1mx
    @farhanahmad-bv1mx 2 роки тому

    Wonderful✨

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

    Please make a video about gpay integration

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

    Thank you Sir

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

    insightful 🙂

  • @eNONO-ot4zh
    @eNONO-ot4zh 3 роки тому

    thank u Johannes