Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
e702a2b8
Unverified
Commit
e702a2b8
authored
Aug 26, 2021
by
Gary Qian
Committed by
GitHub
Aug 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download script for deferred components assets (#88905)
parent
7c915fe2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
.gitignore
dev/integration_tests/deferred_components_test/.gitignore
+1
-0
README.md
dev/integration_tests/deferred_components_test/README.md
+8
-0
download_assets.sh
...gration_tests/deferred_components_test/download_assets.sh
+9
-0
No files found.
dev/integration_tests/deferred_components_test/.gitignore
View file @
e702a2b8
...
...
@@ -30,6 +30,7 @@
.pub-cache/
.pub/
/build/
/customassets/
# Web related
lib/generated_plugin_registrant.dart
...
...
dev/integration_tests/deferred_components_test/README.md
View file @
e702a2b8
# Deferred components integration test app
## Setup
This integration test app requires manually downloading additional assets to build. Run
`./download_assets.sh`
before running any of the tests.
## Tests
This app contains two sets of tests:
...
...
dev/integration_tests/deferred_components_test/download_assets.sh
0 → 100755
View file @
e702a2b8
#!/usr/bin/env bash
# Copyright 2014 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
mkdir
customassets
curl https://raw.githubusercontent.com/flutter/goldens/0fbd6c5d30ec714ffefd63b47910aee7debd2e7e/dev/integration_tests/assets_for_deferred_components_test/flutter_logo.png
--output
customassets/flutter_logo.png
curl https://raw.githubusercontent.com/flutter/goldens/0fbd6c5d30ec714ffefd63b47910aee7debd2e7e/dev/integration_tests/assets_for_deferred_components_test/key.properties
--output
android/key.properties
curl https://raw.githubusercontent.com/flutter/goldens/0fbd6c5d30ec714ffefd63b47910aee7debd2e7e/dev/integration_tests/assets_for_deferred_components_test/testing-keystore.jks
--output
android/testing-keystore.jks
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment