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:
5
INDEX.md
5
INDEX.md
@@ -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) [](https://github.com/iampawan/Flutter-UI-Kit) [](https://github.com/iampawan/Flutter-UI-Kit/fork)
|
||||
|
||||
Reference in New Issue
Block a user