Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiph/state_experiments
Companion repository to the "Build reactive mobile apps in Flutter" talk
https://github.com/filiph/state_experiments
Last synced: 4 days ago
JSON representation
Companion repository to the "Build reactive mobile apps in Flutter" talk
- Host: GitHub
- URL: https://github.com/filiph/state_experiments
- Owner: filiph
- Created: 2018-03-21T01:16:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T12:34:33.000Z (over 5 years ago)
- Last Synced: 2025-01-10T18:15:36.611Z (11 days ago)
- Language: Dart
- Homepage: https://www.youtube.com/watch?v=RS36gBEp8OI
- Size: 278 KB
- Stars: 909
- Watchers: 28
- Forks: 134
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/filiph/state_experiments.svg?branch=master)](https://travis-ci.org/filiph/state_experiments)
Welcome to the companion repository to the Google I/O 2018 talk by
@mjohnsullivan and @filiph called [Build reactive mobile apps
with Flutter][session].[session]: https://www.youtube.com/watch?v=RS36gBEp8OI
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`][libmain]) which pattern it's going
to use. The architectures themselves are in subdirectories of `lib/src/`.[libmain]: https://github.com/filiph/state_experiments/blob/master/shared/lib/main.dart
The two `hello_world*/` directories are the incrementer app before
the live coding session and after it.This is not an official Google product.