Open2023/04/07にコメント追加2【Flutter】Riverpod2.0を用いたアーキテクチャの調査・検討FlutterRiverpodheyhey10282023/04/08に更新 参考 https://codewithandrea.com/articles/flutter-app-architecture-riverpod-introduction/ https://flutter-square.com/riverpod-di-layered-architecture/ https://medium.com/flutter-jp/architecture-240d3c56b597 https://zenn.dev/chooyan/articles/eefc76dbd2ba25 heyhey10282023/04/07に更新https://codewithandrea.com/articles/flutter-app-architecture-riverpod-introduction/ メモ data, domain, application, presentationのレイヤーで構成 bloc architecutreでは全てのstateはstreamで監視しているのに対して、riverpodではstream、futureなど複数のデータの流れをUI側に適用する事ができる。 Androidのアーキテクチャとして推奨されているもの
heyhey10282023/04/08に更新 参考 https://codewithandrea.com/articles/flutter-app-architecture-riverpod-introduction/ https://flutter-square.com/riverpod-di-layered-architecture/ https://medium.com/flutter-jp/architecture-240d3c56b597 https://zenn.dev/chooyan/articles/eefc76dbd2ba25
heyhey10282023/04/07に更新https://codewithandrea.com/articles/flutter-app-architecture-riverpod-introduction/ メモ data, domain, application, presentationのレイヤーで構成 bloc architecutreでは全てのstateはstreamで監視しているのに対して、riverpodではstream、futureなど複数のデータの流れをUI側に適用する事ができる。 Androidのアーキテクチャとして推奨されているもの