Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.