#Google

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

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

  • @bilelmerseni1850
    @bilelmerseni1850 3 ปีที่แล้ว +1

    best bloc video ever , thank you

  • @pravinprince3221
    @pravinprince3221 ปีที่แล้ว +1

    Thank you for the wonderful video sir it is much helpful for me and my team

  • @juliejohn5159
    @juliejohn5159 4 ปีที่แล้ว +3

    Awesome tutorial

  • @austinevick
    @austinevick 4 ปีที่แล้ว +3

    Wow am so happy for this tutorial. Thanks sir

  • @pravinromano8774
    @pravinromano8774 3 ปีที่แล้ว +1

    Thank you so much for the wonderful tutorial i learnt a lot from it thank you sir

  • @juang.garcia7390
    @juang.garcia7390 4 ปีที่แล้ว +3

    This was absolutely fantastic, so many fundamental things in one very coherent tutorial. You made me see the big picture behind flutter development. Thank you very much!

  • @v0fbu1vm
    @v0fbu1vm 3 ปีที่แล้ว +1

    finally, thanks to god that I found you sir. I literally almost cried, I wanted to learn the bloc pattern so bad but just couldn't get my head around it. In this video I learned so much, not only about the bloc pattern but how to structure your code. Thank you very much, keep up the good work.

    • @MobileProgrammer
      @MobileProgrammer  3 ปีที่แล้ว +1

      You are welcome. I m glad my video helped.

  • @prakashbasnet1156
    @prakashbasnet1156 3 ปีที่แล้ว +1

    I love the way presents the error handling. Thank you, mister!

  • @amazedking1333
    @amazedking1333 4 ปีที่แล้ว +1

    really awesome video best among other

  • @irfanirawansukirman4809
    @irfanirawansukirman4809 4 ปีที่แล้ว +4

    Thanks bro, its very helpfully for me as beginner flutter dev

  • @jaymoliya9364
    @jaymoliya9364 3 ปีที่แล้ว +1

    Best explanation ever man!

  • @husnulaqib5303
    @husnulaqib5303 3 ปีที่แล้ว +1

    thanks, very helpfully

  • @balfaz
    @balfaz 4 ปีที่แล้ว +2

    thank you a lot

  • @musaiyyab
    @musaiyyab 4 ปีที่แล้ว +4

    So many essential features in one single video, just loved it. Thank you very much for such an effort. 💐 💐

    • @MobileProgrammer
      @MobileProgrammer  4 ปีที่แล้ว +1

      You are welcome. Please support by subscribing.

    • @musaiyyab
      @musaiyyab 4 ปีที่แล้ว

      @@MobileProgrammer Btw, do you have any video on data pagination ?

    • @MobileProgrammer
      @MobileProgrammer  4 ปีที่แล้ว +1

      Not yet. Sorry

  • @TrikNgonlen
    @TrikNgonlen 4 ปีที่แล้ว +3

    thanks, bro...I love this video.

  • @uvaismohammad4216
    @uvaismohammad4216 2 ปีที่แล้ว +1

    ❤❤❤❤❤❤❤❤❤🔥

  • @milbandable
    @milbandable 3 ปีที่แล้ว

    Thanks for the video! It would be very good if you could create one that extends the example to having a create or edit album screens. I think that using the same bloc on a child screen opens a lot of questions and potential problems.

  • @chiragprajapati6312
    @chiragprajapati6312 4 ปีที่แล้ว +1

    can you tell us which code snippets for fast work, you are using in vscode?

  • @SapanKumarDas
    @SapanKumarDas 4 ปีที่แล้ว +3

    Please,could you make a another video cloud store? if possible?, Thanks!

  • @hiteshjoshi2736
    @hiteshjoshi2736 4 ปีที่แล้ว +2

    Lol I was about to rewatch resocoders bloc video

    • @MobileProgrammer
      @MobileProgrammer  4 ปีที่แล้ว +2

      This I did using a real world example, not a classical counter example. Please watch and let me know the feedback.

    • @hiteshjoshi2736
      @hiteshjoshi2736 4 ปีที่แล้ว +1

      Nice video 😄

  • @sreejithm3213
    @sreejithm3213 4 ปีที่แล้ว +2

    How to share image to whatsapp "specific contact number" in flutter ?

  • @abdurrehman6203
    @abdurrehman6203 2 ปีที่แล้ว +1

    that was very great video. your voice is coming very slow in video.

    • @MobileProgrammer
      @MobileProgrammer  2 ปีที่แล้ว +1

      Will keep that in mind and fix in the next video.

  • @mrutyunjayagiri982
    @mrutyunjayagiri982 3 ปีที่แล้ว +1

    Great Tutorial !!! But I Have A Question Regarding Error Handling.
    Should We Write Same Error Handling Code For Every Event Or Put n Configure Into A Separate Class So That Can Be Automatically Reused?

    • @MobileProgrammer
      @MobileProgrammer  3 ปีที่แล้ว +1

      Same error handling for every event would be better bcoz different errors might be handling differently.

  • @ScienceSeekho
    @ScienceSeekho 4 ปีที่แล้ว +2

    Hey bro great video! How many subscriber do you have?

  • @kamalCode
    @kamalCode 4 ปีที่แล้ว +1

    Sir,plz flutter app ui design, admin dashboard pannel, e-commerce app, app deployment, app testing, AWS CLOUD HOSTING SETUP FOR NEW DEVELOPERS. App fix crash issue.

  • @habibal-jarrah5822
    @habibal-jarrah5822 2 ปีที่แล้ว

    Would you please write the same code using bloc 8? things aren't going well for me :(

  • @thiranhetti
    @thiranhetti 3 ปีที่แล้ว +3

    For the flutter_bloc : ^7.0.1 version use the below code snippet.
    _loadAlbums() async{
    context.read().add(AlbumEvents.fetchAlbums);
    }

  • @atulrawat2996
    @atulrawat2996 4 ปีที่แล้ว +2

    Why dont you explain that why are you using those things.. you just write codes.. we get it like rattafication.. here is the steps and we dont know why we writing this thats what we get

    • @MobileProgrammer
      @MobileProgrammer  4 ปีที่แล้ว +1

      Let me know which is the line you didn't understand.

  • @sopheakvin574
    @sopheakvin574 3 ปีที่แล้ว

    no subscrib

  • @prakashbasnet1156
    @prakashbasnet1156 3 ปีที่แล้ว

    context.bloc().add(AlbumEvents.fetchAlbums); what is the work flow of this code?