mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +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:
@@ -3,6 +3,7 @@ set -e
|
||||
declare -a PROJECT_NAMES=(
|
||||
"jsonexample" \
|
||||
"shrine" \
|
||||
"scoped_model_counter" \
|
||||
"veggieseasons" \
|
||||
"place_tracker" \
|
||||
"platform_view_swift" \
|
||||
|
||||
Reference in New Issue
Block a user