Flutter Tutorial - Sticky Headers In ListView & Sliver Tools

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

КОМЕНТАРІ • 22

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

    This might help you :)
    👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
    Source Code: github.com/JohannesMilke/sliver_tools_example
    AnimatedList Tutorial: ua-cam.com/video/rDFJhIobj7I/v-deo.html
    ListView Pagination Firebase Tutorial: ua-cam.com/video/IruuzPydPz4/v-deo.html
    ListView Deep Dive Tutorial: ua-cam.com/video/bJGRmldntOI/v-deo.html
    Transition Animations Tutorial: ua-cam.com/video/RLPZzDOPXG4/v-deo.html
    Hero Animations Tutorial: ua-cam.com/video/C8Ot7wefZuc/v-deo.html
    AnimatedBuilder Tutorial: ua-cam.com/video/LrrKOJjoHcc/v-deo.html
    Showcase Widgets Tutorial: ua-cam.com/video/zbWPtF-V7g0/v-deo.html
    Light & Dark Theme Tutorial: ua-cam.com/video/HSAa9yi0OMA/v-deo.html

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

    Probably the best tutorial on the mysterious world of Flutter Slivers I have seen. You really covered a lot of useful topics in this video. This will be my goto reference guide when I need to recall how to do all these things next time I use them. Thank you Johannes for this excellent video. 💙

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

    Your videos related to Flutter make me more fun and confident when I make Flutter apps. Thank you! you are a true flutter teacher. google Flutter team should hire you and then make more people use Flutter.

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

      Glad I could be of help, Thank you Nick Cherry! 😊

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

    Awesome tip. I was looking to the SliverPinnedHeader since I only need one to stick to the top :) Great video .

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

    Thanks Johannes . Appreciate all this !!

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

    As usual, unique & amazing tutorial. Many thanks

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

    Excellent as always 👍

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

    Great tutorial, but can you also please explain how to implement this effect using RenderSliverSingleBoxAdapter and SingleChildRenderObjectWidget from scratch?

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

    Thanks, excellent.

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

    I am using sticky_header package. I want the same thing. But the header in the left side and content in right. Both should be aligned in same line. Is that possible? If so, please tell how

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

      @@HeyFlutter TKSM for replying. I did it and it is working now. 🤗

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

    Awesome!

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

    Very nice

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

    What is the way to use Streambuilder with sliverList and with customscrollview

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

      I could guide you only more about how to use a Stream Builder correctly. Watch this tutorial: ua-cam.com/video/hiyFKdiQyNE/v-deo.html

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

    Why it is hard to use stream builder inside customscrollview

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

      Johannes, three different streams are expected inside customscrollview, how do i deal with this issue, your each and every flutter tutorials are unique and fentastic, i am enjoying them

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

      Johannes is there any MultistreamBuilder? Like multiprovider.