Riverpod + StateNotifier + Freezed + DDD combination to manage the state powerfully in Flutter -Todo

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

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

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

    Great explanation, great video. Looking forward to see more videos like this! 😊

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

      Thank you SO MUCH !! Your comment is very valuable for me.

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

    Great video. Thank you.

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

    Great job!!

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

    Great tutorial.

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

    Great video 👍

  • @erasmo-programacion2839
    @erasmo-programacion2839 2 года назад

    great video😁

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

    Great! thank you! Can you tell why mapEventsToState is declared "async" in todo_notifier.dart line 12?

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

      Actually I remember that I fixed it on Github this issue. First I created the other video, and I copied some codes. It should not be there for this video

  • @MuhammadZeeshan-uc2bg
    @MuhammadZeeshan-uc2bg 2 года назад

    All this 100's of lines of boilerplate code just to make a simple Todo app :)

    • @alperefesahin
      @alperefesahin  2 года назад +5

      Actually, you are right. We can use getX or directly setstate with stateful widget to create todos with the minimal effort. After we implement 20+ features, app will crash, developers will not want to work with us because of the architecture. We will collapse.
      I worked with companies in global who are thinking like this. They were in trouble when I joined them. After I left, lots of things changed.
      So, it’s related to experience. I strongly suggest that do not think like this. It’s basic app. If you will develop an app like instagram, or twitter, you will need a lot of knowledge about managing the state powerfully and clean architecture.
      However, thanks for your comment 💙

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

    broken repo link and poorly article. can't view neccesary pubspec.yaml library in medium

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

      Hello!
      If you look at to my youtube posts, there is a post about it, and it says about updates. Since I changed my usernames for the all platforms, you can’t view with the old ones. Basically, in the past, it was alper-efe-sahin in the url, but now, it’s alperefesahin, and that’s it.

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

      Hi again,
      The repo links have been updated. Thank you!