filiph/state_experiments
플러터에서 반응형 모바일 앱을 구축하는 발표의 보완 리포지토리
- 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.