1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Drop jsonexample (#2089)

This commit is contained in:
Brett Morgan
2023-11-14 07:02:36 +11:00
committed by GitHub
parent b29a0164f4
commit 3b67c60274
156 changed files with 8 additions and 7715 deletions

View File

@@ -47,8 +47,6 @@ declare -ar PROJECT_NAMES=(
"infinite_list"
"ios_app_clip"
"isolate_example"
# TODO(DomesticMouse): ComplexObjectView widget test Typical object is displayed correctly
# "jsonexample"
"material_3_demo"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "navigation_and_routing"

View File

@@ -49,8 +49,6 @@ declare -ar PROJECT_NAMES=(
"infinite_list"
"ios_app_clip"
"isolate_example"
# TODO(DomesticMouse): ComplexObjectView widget test Typical object is displayed correctly
# "jsonexample"
"material_3_demo"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "navigation_and_routing"

View File

@@ -44,7 +44,6 @@ declare -ar PROJECT_NAMES=(
"infinite_list"
"ios_app_clip"
"isolate_example"
"jsonexample"
"material_3_demo"
"navigation_and_routing"
"place_tracker"