filiph/state_experiments
Repositório complementar para a palestra "Construa aplicativos móveis reativos no Flutter"
- Stars
- 904
- Forks
- 130
- Último push (UTC)
- 5 de jun. de 2019
- Status do projeto
- Ativo
LinguagensDartSwiftKotlinShellObjective-C
Rankings
README original
Texto original em inglês. Visite o GitHub para a versão atual.
Expandir / recolher 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.