Flutter BLoC Introduction with Cubit - Simple and Basic Tutorial

Поделиться
HTML-код
  • Опубликовано: 8 дек 2021
  • Basic tutorial for Flutter BLoC that can be used as an alternative to or with Provider for state management. Flutter BLoC separates out the business logic, which makes complex applications easier to manage. This covers the basic setup of VS Code for Flutter BLoC as well as taking you to the point of building a simple Flutter BLoC application using a cubit.
  • НаукаНаука

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

  • @losfouad2014
    @losfouad2014 2 года назад +7

    You are the only one who explained cubit very well ! Thank you very much !

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

      Dude, thanks for taking the time to write a comment. Spreading these good vibes makes the world a better place.

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

    I've watched a lot of BLoC tutorials that left me confused.
    This is the first one that makes sense. Thanks a lot for explaining
    Hope to see more advanced BLoC tutorials soon

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

    Thank you very much for the explanation, this explanation helped me to work on the new version of the bloC

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

    Thank you for so cool video. This one of the easy explained video about bloc/cubit .

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

    One of the best videos out there

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

    thanks that was a simple tutorial and direct to the point , i just want to let you know that i was a bit lost before seeing this video but you have a good way to explain things.
    keep it up 😄

    • @THETA360Developers
      @THETA360Developers  Год назад +1

      My man, thanks for the positive comment and great outlook on things. Have a great time learning more about the wonderful world of state management.

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

    The best tutorial so far, keep it up, we need this

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

      thanks for taking the time to write this type of positive and motivational comment. Have a great day!

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

    excellent!!!

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

    tnx from algeria

    • @THETA360Developers
      @THETA360Developers  Год назад +1

      oh, nice to hear from Algeria. Greetings friend, from Palo Alto, California.

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

    Nice way ,

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

    man you are too good 😊😊😊

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

      Thanks for taking the time to write such as positive comment. Your great attitude makes a world a happier place. :-)

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

    Thanks , Is one parameter need one cubit class ?

    • @THETA360Developers
      @THETA360Developers  Год назад +1

      you can have multiple properties or variables per state class. An easy way to manage this is with copyWith. Search for "flutter bloc copyWith" on Google or a search engine. The VS Code extension can automatically handle the copyWith boilerplate code for you. good luck!

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

    2023 its all changed

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

      Do you mean that the BLoC syntax changed? Or, do you mean that people are now using things like Riverpod?