Flutter BLoC Http Post Request | Post Data to Server | Flutter bloc Pattern Rest Api Call

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

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

  • @edullia.art.photography3608
    @edullia.art.photography3608 2 года назад +4

    Hello Sir,
    explanations are always very effective. Your teaching is very professional.
    I'm still on the training "Flutter ecommerce app..."
    Thank you very much for your work and your sharing.

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

    Learned so many things. Thank you. Appreciate your work. Waiting for more..

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

    Great tutorial

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

    one of best channels

  • @TuanNguyen-ed9rb
    @TuanNguyen-ed9rb 2 года назад

    Great tutorial, thank you. i'm new to Bloc, so i have a question, hope you will help me answer it. I want to work on an entity with CRUD, should i seperate them into multi Bloc classes (because as far as i learned, one bloc only has one state at the time, what if i want to display a list of products, and then when i click on each product, a popup opened and show the product detail information - now in this case i have to use at least 2 states which are ListProductLoaded and ProductDetailLoaded, maybe more states to show loading indicators)

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

    Great tutorial, but I like getx it simple not boiled code as bloc

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

      Yes, Getx is easier than BLoC

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

    Very nice! Thx for you. Actually 🤝

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

    Hey dear!
    I need help please how I can implement post and get both API in drop-down search please guide me make it video

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

    Sir
    Can you make video full project with Bloc like you before do using getx ecommerce project

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

      yes, I am working on it.

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

    Alsalam Ealaykum sir can you make a tutorial < flutter and Sql Sever database >

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

      Here we go ruclips.net/video/6SaCntGgi5o/видео.html

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

    Is this bloc's new tutorial series as you said in the poll?

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

      nope. These are short once. I am working on the big one

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

      @@dbestech Ok it's great I'm waiting for big one regarding Bloc/ Cubit Your all tutorials are good helpful for everyone Thank You So Much

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

    Hey brother, when are you planning to upload the complete bloc app?

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

    why only price ! = null condition is checked and why not name ! = null ?

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

    If we have multiple repositories then how should we add those repositories in MaterialApp in RepositoryProvider.

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

      Yes, we can MultiRepositoryProvider(
      providers: [
      RepositoryProvider(
      create: (context) => RepositoryA(),
      ),
      RepositoryProvider(
      create: (context) => RepositoryB(),
      ),
      RepositoryProvider(
      create: (context) => RepositoryC(),
      ),
      ],
      child: ChildA(),
      )

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

      @@dbestech thank u so much i always follow you for any kind of flutter stuffs.

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

      @@salmanmohammad9343 most welcome

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

    ❤️❤️

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

    Can you do it with XAMPP?

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

    Can i get source code this tutorial

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

      Yes, you can . Please check out the description.