MVVM Architecture Simplified - Flutter Recommendation

Поділитися
Вставка

КОМЕНТАРІ • 12

  • @oswaldoolea2889
    @oswaldoolea2889 17 днів тому +3

    don't get discourage about flutter recommendations, I give them a thumbs up for presenting a suggestion even though there is no right for all architecture and it can be a controversial topic. thanks that flutter gives the freedom to choose and create the architecture that fits your app needs.

  • @karolisabrutis5454
    @karolisabrutis5454 24 дні тому +1

    Yes!! Big Archictecture coming through! Very well done!

  • @nested9301
    @nested9301 4 дні тому

    bloc arch is the best

  • @xxThemoritzxx
    @xxThemoritzxx 14 днів тому

    How would you use theme as a appwide state?

  • @jessicaviana3189
    @jessicaviana3189 21 день тому

    What about Command? It helps manage different states and triggers

  • @leoingson
    @leoingson 23 дні тому

    Like in the days back when, missed your voice :)

    • @tadaspetra
      @tadaspetra  23 дні тому +1

      Haha appreciate it ❤️

  • @swingtag1041
    @swingtag1041 24 дні тому +4

    Riverpod architecture 👍

  • @vincentmontano4518
    @vincentmontano4518 23 дні тому +1

    Hungrimind MVVM > Flutter MVVM - bought the Best Flutter Course

  • @arthurbc
    @arthurbc 23 дні тому

    They have "one to many" approach for Repository and ViewModel. But "one to one" to View? It's contraintuitive. For me it's one ViewModel to many Views.

    • @tadaspetra
      @tadaspetra  23 дні тому

      Yes that would work. Our approach is to name it differently if it can be used in many views.