1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-03 18:22:45 +00:00

Add the ScopedModel Counter sample (#41)

Adds sample app that mimics the beloved starter app, but with ScopedModel for state management.

Contains a smoke test and is set up to run it in travis_script.sh.
This commit is contained in:
Filip Hracek
2019-01-02 11:25:52 -08:00
committed by GitHub
parent e67cbb03ea
commit 2128608386
56 changed files with 1376 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ start.
A simple app showing three different approaches to deserializing JSON:
hand-written constructors, `json_serializable`, and `built_value`.
#### [scoped_model_counter](scoped_model_counter) _(Flutter team)_
The simplest possible app (the counter) using `scoped_model`
for state management.
## UI
#### [Flutter UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [![GitHub stars](https://img.shields.io/github/stars/iampawan/Flutter-UI-Kit.svg?style=social&label=Star)](https://github.com/iampawan/Flutter-UI-Kit) [![GitHub forks](https://img.shields.io/github/forks/iampawan/Flutter-UI-Kit.svg?style=social&label=Fork)](https://github.com/iampawan/Flutter-UI-Kit/fork)