filiph/state_experiments
“在 Flutter 中构建响应式移动应用”演讲的配套仓库
- Stars
- 904
- Forks
- 130
- 最近推送(UTC)
- 2019年6月5日
- 项目状态
- 未归档
语言DartSwiftKotlinShellObjective-C
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
Welcome to the companion repository to the Google I/O 2018 talk by @mjohnsullivan and @filiph called Build reactive mobile apps with Flutter.
The meat of this repo is in the shared/ directory. That contains our
shopping app example built in many different architectural patterns. The app
decides in runtime (in lib/main.dart) which pattern it's going
to use. The architectures themselves are in subdirectories of lib/src/.
The two hello_world*/ directories are the incrementer app before
the live coding session and after it.
This is not an official Google product.