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

Updates samples for latest beta release of the Flutter SDK (#492)

* Updating for beta release

* Re-adding pub get to Flutter travis script
This commit is contained in:
Andrew Brogdon
2020-08-05 08:05:31 -07:00
committed by GitHub
parent c5c2da9a4b
commit 0eb1233cb4
23 changed files with 470 additions and 818 deletions

View File

@@ -49,6 +49,9 @@ do
echo "== Testing '${PROJECT_NAME}' on Flutter's ${FLUTTER_VERSION} channel =="
pushd "${PROJECT_NAME}"
# Grab packages.
"${LOCAL_SDK_PATH}/bin/flutter" pub get
# Run the analyzer to find any static analysis issues.
"${LOCAL_SDK_PATH}/bin/flutter" analyze