1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Remove gallery app and show its new location in the README (#358)

This commit is contained in:
Anthony
2020-03-13 17:40:16 -04:00
committed by GitHub
parent face0f564a
commit 29dfc8cdfd
774 changed files with 2 additions and 306617 deletions

View File

@@ -30,7 +30,6 @@ declare -ar PROJECT_NAMES=(
"add_to_app/flutter_module_using_plugin" \
"animations" \
"flutter_maps_firestore" \
"gallery" \
"isolate_example" \
"jsonexample" \
"place_tracker" \
@@ -58,15 +57,4 @@ do
popd
done
# Test that the code segment widgets that get displayed in the Flutter Material
# gallery have been generated using the latest gallery code. Also test that
# the localization scripts have been run, so that they are up to date for the
# gallery.
pushd gallery
echo "Run code segments check for 'gallery'."
"${LOCAL_SDK_PATH}/bin/flutter" pub run grinder verify-code-segments
echo "Run localization check for 'gallery'."
"${LOCAL_SDK_PATH}/bin/flutter" pub run grinder verify-l10n
popd
echo "-- Success --"