Single and Broadcast Streams in Flutter | Dart Streams | Flutter Tutorial | Hindi

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Sign up for 10,000 free minutes: bit.ly/3jyzOPl
    Find out more about ZEGOCLOUD: bit.ly/3VFR96F
    How to build video call app: bit.ly/3WLEbVO If you wanna learn 1 on 1 with me, DM me on Instagram(@rohitsemriwal) : / rohitsemriwal
    Video on Streams: • How to use StreamContr...
    In this video, we'll be taking a look at Single and Broadcast Streams in Flutter and finding the answers to questions like:
    1. What is a broadcast stream?
    2. What is the difference between single and broadcast streams?
    3. How to use broadcast stream in Flutter?
    Don't forget to subscribe so you don't miss out on any future updates.

Комментарии • 28

  • @Anom21
    @Anom21 2 года назад +3

    Very good explanation. It was comfortable!

  • @tusharchander8935
    @tusharchander8935 2 года назад +4

    nice explanation..Thanks!!

    • @RohitSemriwal
      @RohitSemriwal  2 года назад

      Thanks for the compliment. Don't forget to subscribe!

  • @sopelover1238
    @sopelover1238 Год назад

    thank you so much for these videos! I've been watching your videos for a while, and I literally love how you explain everything 😊

  • @somdey7604
    @somdey7604 2 года назад +1

    Man...you explain them codes like Jordan Peterson explains pschycology....Addicted to your channel..You making us better everyday Brother...much love..Salud🥃🥃

  • @letmeflutter6644
    @letmeflutter6644 Год назад

    Thank you

  • @naushadhusain443
    @naushadhusain443 8 месяцев назад

    Good keep it up

  • @morshedraiankhan6968
    @morshedraiankhan6968 2 года назад

    Helpful, Thanks.

  • @mudassarmaqbool8924
    @mudassarmaqbool8924 2 года назад

    Great, Sir please make videos on bloc pattern and its package.

    • @RohitSemriwal
      @RohitSemriwal  2 года назад

      Thanks for the compliment, I'll do a video on BLoC after we're done with the Node.js + Flutter Notes App. make sure to check it out:
      ruclips.net/p/PLr7P7lMIUTuuDxy3IuoPLjoG9IvL1LNNA

    • @mudassarmaqbool8924
      @mudassarmaqbool8924 2 года назад

      @@RohitSemriwal Sure I will check .Developers who are beginners facing issue related to bloc pattern and flutter_bloc plugin .There will be great if you create these tutorials in hindi.

  • @pankajkhairnar621
    @pankajkhairnar621 2 года назад

    ekadm mast...💯💯💯

  • @kamalCode
    @kamalCode 3 года назад +1

    Dart automatic generate serialization advanced tuotorial hindi

  • @ArunKumarRao452
    @ArunKumarRao452 2 года назад

    But we could do same process with set state function and with easy steps so why I use this streambuilder and stream controller please reply rohit ji

    • @RohitSemriwal
      @RohitSemriwal  2 года назад +2

      Two things:
      1. By using setState, you allow the widget to rebuild hence changing its state. But setState can only be called by you or a function you create on your own. setState has nothing to do with the change in data that occurs on the server. So, by using we do not have to worry about calling setState because whenever the stream changes, the StreamBuilder gets fired again.
      2. Imagine a page having more than 5 Widgets with different data in them. When you call setState all of them will be rebuilt. This will create performance issues and your app will feel buggy. Whereas, when using the StreamBuilder when the data changes, only the associated widget with it changes. All of the others remain the same.

    • @ArunKumarRao452
      @ArunKumarRao452 2 года назад +1

      @@RohitSemriwal thankyou rohit ji now i understand better

    • @ArunKumarRao452
      @ArunKumarRao452 2 года назад +1

      @@RohitSemriwal and make more video on problem facing error and topic

    • @RohitSemriwal
      @RohitSemriwal  2 года назад

      @@ArunKumarRao452 sure😁

  • @ArjunSinghh
    @ArjunSinghh 2 года назад

    So easy

  • @kamalCode
    @kamalCode 3 года назад +1

    Please sir use #dart keywords tag so that Your video shows in youtube aearch

    • @RohitSemriwal
      @RohitSemriwal  3 года назад

      I'll keep that in mind. Thanks for the tip!

    • @kamalCode
      @kamalCode 3 года назад

      Sir, please MVVM DESIGN PATTERNS EXPLAIN IN DEPTH FLUTTER