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.