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
a562b3cb
Unverified
Commit
a562b3cb
authored
Aug 16, 2021
by
Gary Qian
Committed by
GitHub
Aug 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deferred components integration test app (#88030)
parent
a4f5a587
Changes
101
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
101 changed files
with
1022 additions
and
103 deletions
+1022
-103
pubspec.yaml
dev/automated_tests/pubspec.yaml
+2
-2
pubspec.yaml
dev/benchmarks/complex_layout/pubspec.yaml
+2
-2
pubspec.yaml
dev/benchmarks/macrobenchmarks/pubspec.yaml
+2
-2
pubspec.yaml
dev/benchmarks/microbenchmarks/pubspec.yaml
+2
-2
pubspec.yaml
dev/benchmarks/platform_channels_benchmarks/pubspec.yaml
+2
-2
pubspec.yaml
dev/benchmarks/platform_views_layout/pubspec.yaml
+2
-2
pubspec.yaml
...rks/platform_views_layout_hybrid_composition/pubspec.yaml
+2
-2
pubspec.yaml
dev/benchmarks/test_apps/stocks/pubspec.yaml
+2
-2
pubspec.yaml
dev/bots/pubspec.yaml
+2
-2
pubspec.yaml
dev/conductor/pubspec.yaml
+2
-2
pubspec.yaml
dev/customer_testing/pubspec.yaml
+2
-2
pubspec.yaml
dev/devicelab/pubspec.yaml
+2
-2
pubspec.yaml
...ration_tests/android_embedding_v2_smoke_test/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/android_semantics_testing/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/android_views/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/channels/pubspec.yaml
+2
-2
.gitignore
dev/integration_tests/deferred_components_test/.gitignore
+41
-0
README.md
dev/integration_tests/deferred_components_test/README.md
+9
-0
.gitignore
...gration_tests/deferred_components_test/android/.gitignore
+10
-0
build.gradle
...n_tests/deferred_components_test/android/app/build.gradle
+81
-0
_internal_aapt2_binary.lockfile
...p/gradle/dependency-locks/_internal_aapt2_binary.lockfile
+4
-0
androidApis.lockfile
.../android/app/gradle/dependency-locks/androidApis.lockfile
+3
-0
androidTestApiDependenciesMetadata.lockfile
...endency-locks/androidTestApiDependenciesMetadata.lockfile
+3
-0
androidTestCompileOnlyDependenciesMetadata.lockfile
...locks/androidTestCompileOnlyDependenciesMetadata.lockfile
+3
-0
androidTestDebugApiDependenciesMetadata.lockfile
...cy-locks/androidTestDebugApiDependenciesMetadata.lockfile
+3
-0
androidTestDebugCompileOnlyDependenciesMetadata.lockfile
.../androidTestDebugCompileOnlyDependenciesMetadata.lockfile
+3
-0
androidTestDebugImplementationDependenciesMetadata.lockfile
...droidTestDebugImplementationDependenciesMetadata.lockfile
+3
-0
androidTestDebugRuntimeOnlyDependenciesMetadata.lockfile
.../androidTestDebugRuntimeOnlyDependenciesMetadata.lockfile
+3
-0
androidTestImplementationDependenciesMetadata.lockfile
...ks/androidTestImplementationDependenciesMetadata.lockfile
+3
-0
androidTestProfileApiDependenciesMetadata.lockfile
...-locks/androidTestProfileApiDependenciesMetadata.lockfile
+3
-0
androidTestProfileCompileOnlyDependenciesMetadata.lockfile
...ndroidTestProfileCompileOnlyDependenciesMetadata.lockfile
+3
-0
androidTestProfileImplementationDependenciesMetadata.lockfile
...oidTestProfileImplementationDependenciesMetadata.lockfile
+3
-0
androidTestProfileRuntimeOnlyDependenciesMetadata.lockfile
...ndroidTestProfileRuntimeOnlyDependenciesMetadata.lockfile
+3
-0
androidTestReleaseApiDependenciesMetadata.lockfile
...-locks/androidTestReleaseApiDependenciesMetadata.lockfile
+3
-0
androidTestReleaseCompileOnlyDependenciesMetadata.lockfile
...ndroidTestReleaseCompileOnlyDependenciesMetadata.lockfile
+3
-0
androidTestReleaseImplementationDependenciesMetadata.lockfile
...oidTestReleaseImplementationDependenciesMetadata.lockfile
+3
-0
androidTestReleaseRuntimeOnlyDependenciesMetadata.lockfile
...ndroidTestReleaseRuntimeOnlyDependenciesMetadata.lockfile
+3
-0
androidTestRuntimeOnlyDependenciesMetadata.lockfile
...locks/androidTestRuntimeOnlyDependenciesMetadata.lockfile
+3
-0
androidTestUtil.lockfile
...roid/app/gradle/dependency-locks/androidTestUtil.lockfile
+3
-0
apiDependenciesMetadata.lockfile
.../gradle/dependency-locks/apiDependenciesMetadata.lockfile
+3
-0
compile.lockfile
...test/android/app/gradle/dependency-locks/compile.lockfile
+3
-0
compileOnlyDependenciesMetadata.lockfile
...dependency-locks/compileOnlyDependenciesMetadata.lockfile
+3
-0
coreLibraryDesugaring.lockfile
...pp/gradle/dependency-locks/coreLibraryDesugaring.lockfile
+3
-0
debugAndroidTestAnnotationProcessorClasspath.lockfile
...cks/debugAndroidTestAnnotationProcessorClasspath.lockfile
+3
-0
debugAndroidTestApiDependenciesMetadata.lockfile
...cy-locks/debugAndroidTestApiDependenciesMetadata.lockfile
+3
-0
debugAndroidTestCompile.lockfile
.../gradle/dependency-locks/debugAndroidTestCompile.lockfile
+3
-0
AndroidManifest.xml
...components_test/android/app/src/debug/AndroidManifest.xml
+11
-0
AndroidManifest.xml
..._components_test/android/app/src/main/AndroidManifest.xml
+54
-0
MainActivity.kt
...tter/integration/deferred_components_test/MainActivity.kt
+6
-0
launch_background.xml
...t/android/app/src/main/res/drawable/launch_background.xml
+15
-0
strings.xml
...mponents_test/android/app/src/main/res/values/strings.xml
+9
-0
styles.xml
...omponents_test/android/app/src/main/res/values/styles.xml
+21
-0
build.gradle
...ation_tests/deferred_components_test/android/build.gradle
+50
-0
build.gradle
.../deferred_components_test/android/component1/build.gradle
+50
-0
AndroidManifest.xml
...ents_test/android/component1/src/main/AndroidManifest.xml
+17
-0
gradle.properties
..._tests/deferred_components_test/android/gradle.properties
+5
-0
buildscript-classpath.lockfile
...id/gradle/dependency-locks/buildscript-classpath.lockfile
+117
-0
gradle-wrapper.properties
...nts_test/android/gradle/wrapper/gradle-wrapper.properties
+6
-0
settings.gradle
...on_tests/deferred_components_test/android/settings.gradle
+15
-0
deferred_components_loading_units.yaml
...ed_components_test/deferred_components_loading_units.yaml
+28
-0
component1.dart
...ration_tests/deferred_components_test/lib/component1.dart
+30
-0
main.dart
dev/integration_tests/deferred_components_test/lib/main.dart
+106
-0
pubspec.yaml
dev/integration_tests/deferred_components_test/pubspec.yaml
+85
-0
run_release_test.sh
...ration_tests/deferred_components_test/run_release_test.sh
+31
-0
main_test.dart
...tests/deferred_components_test/test_driver/main_test.dart
+38
-0
pubspec.yaml
dev/integration_tests/external_ui/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/flavors/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/flutter_gallery/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/hybrid_android_views/pubspec.yaml
+2
-2
pubspec.yaml
...tion_tests/ios_add2app_life_cycle/flutterapp/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/ios_app_with_extensions/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/ios_platform_view_tests/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/non_nullable/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/platform_interaction/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/release_smoke_test/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/ui/pubspec.yaml
+2
-2
pubspec.yaml
dev/integration_tests/web_e2e_tests/pubspec.yaml
+2
-2
pubspec.yaml
dev/manual_tests/pubspec.yaml
+2
-2
generate_gradle_lockfiles.dart
dev/tools/bin/generate_gradle_lockfiles.dart
+5
-0
pubspec.yaml
dev/tools/gen_keycodes/pubspec.yaml
+2
-2
pubspec.yaml
dev/tools/pubspec.yaml
+2
-2
pubspec.yaml
dev/tools/vitool/pubspec.yaml
+2
-2
pubspec.yaml
dev/tracing_tests/pubspec.yaml
+2
-2
pubspec.yaml
examples/hello_world/pubspec.yaml
+2
-2
pubspec.yaml
examples/image_list/pubspec.yaml
+2
-2
pubspec.yaml
examples/layers/pubspec.yaml
+2
-2
pubspec.yaml
examples/platform_channel/pubspec.yaml
+2
-2
pubspec.yaml
examples/platform_channel_swift/pubspec.yaml
+2
-2
pubspec.yaml
examples/splash/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter/test_private/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter/test_private/test/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter_driver/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter_goldens/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter_localizations/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter_test/pubspec.yaml
+2
-2
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+3
-3
pubspec.yaml
packages/flutter_web_plugins/pubspec.yaml
+2
-2
pubspec.yaml
packages/fuchsia_remote_debug_protocol/pubspec.yaml
+2
-2
pubspec.yaml
packages/integration_test/example/pubspec.yaml
+2
-2
pubspec.yaml
packages/integration_test/pubspec.yaml
+2
-2
No files found.
dev/automated_tests/pubspec.yaml
View file @
a562b3cb
...
...
@@ -15,7 +15,7 @@ dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -69,4 +69,4 @@ flutter:
assets
:
-
icon/
# PUBSPEC CHECKSUM:
0a9e
# PUBSPEC CHECKSUM:
839f
dev/benchmarks/complex_layout/pubspec.yaml
View file @
a562b3cb
...
...
@@ -41,7 +41,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -85,4 +85,4 @@ flutter:
-
packages/flutter_gallery_assets/people/square/ali.png
-
packages/flutter_gallery_assets/places/india_chettinad_silk_maker.png
# PUBSPEC CHECKSUM:
66ad
# PUBSPEC CHECKSUM:
5aae
dev/benchmarks/macrobenchmarks/pubspec.yaml
View file @
a562b3cb
...
...
@@ -41,7 +41,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -211,4 +211,4 @@ flutter:
fonts
:
-
asset
:
packages/flutter_gallery_assets/fonts/GalleryIcons.ttf
# PUBSPEC CHECKSUM:
66ad
# PUBSPEC CHECKSUM:
5aae
dev/benchmarks/microbenchmarks/pubspec.yaml
View file @
a562b3cb
...
...
@@ -17,7 +17,7 @@ dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -71,4 +71,4 @@ dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
fb56
# PUBSPEC CHECKSUM:
c157
dev/benchmarks/platform_channels_benchmarks/pubspec.yaml
View file @
a562b3cb
...
...
@@ -17,7 +17,7 @@ dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -75,4 +75,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
9f44
# PUBSPEC CHECKSUM:
4545
dev/benchmarks/platform_views_layout/pubspec.yaml
View file @
a562b3cb
...
...
@@ -39,7 +39,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -83,4 +83,4 @@ flutter:
-
packages/flutter_gallery_assets/people/square/ali.png
-
packages/flutter_gallery_assets/places/india_chettinad_silk_maker.png
# PUBSPEC CHECKSUM:
66ad
# PUBSPEC CHECKSUM:
5aae
dev/benchmarks/platform_views_layout_hybrid_composition/pubspec.yaml
View file @
a562b3cb
...
...
@@ -39,7 +39,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -83,4 +83,4 @@ flutter:
-
packages/flutter_gallery_assets/people/square/ali.png
-
packages/flutter_gallery_assets/places/india_chettinad_silk_maker.png
# PUBSPEC CHECKSUM:
66ad
# PUBSPEC CHECKSUM:
5aae
dev/benchmarks/test_apps/stocks/pubspec.yaml
View file @
a562b3cb
...
...
@@ -12,7 +12,7 @@ dependencies:
http
:
0.13.3
isolate
:
2.1.1
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -78,4 +78,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
3dca
# PUBSPEC CHECKSUM:
43cb
dev/bots/pubspec.yaml
View file @
a562b3cb
...
...
@@ -19,7 +19,7 @@ dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
checked_yaml
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -66,4 +66,4 @@ dependencies:
dev_dependencies
:
test_api
:
0.4.2
# PUBSPEC CHECKSUM:
498c
# PUBSPEC CHECKSUM:
0f8d
dev/conductor/pubspec.yaml
View file @
a562b3cb
...
...
@@ -16,7 +16,7 @@ dependencies:
process
:
4.2.3
protobuf
:
2.0.0
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -68,4 +68,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
1533
# PUBSPEC CHECKSUM:
c834
dev/customer_testing/pubspec.yaml
View file @
a562b3cb
...
...
@@ -10,7 +10,7 @@ dependencies:
glob
:
2.0.1
meta
:
1.7.0
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
file
:
6.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -58,4 +58,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
908c
# PUBSPEC CHECKSUM:
898d
dev/devicelab/pubspec.yaml
View file @
a562b3cb
...
...
@@ -19,7 +19,7 @@ dependencies:
logging
:
1.0.1
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
checked_yaml
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -67,4 +67,4 @@ dev_dependencies:
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
498c
# PUBSPEC CHECKSUM:
0f8d
dev/integration_tests/android_embedding_v2_smoke_test/pubspec.yaml
View file @
a562b3cb
...
...
@@ -44,7 +44,7 @@ dev_dependencies:
# The following section is specific to Flutter.
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -96,4 +96,4 @@ flutter:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# PUBSPEC CHECKSUM:
7ae0
# PUBSPEC CHECKSUM:
84e1
dev/integration_tests/android_semantics_testing/pubspec.yaml
View file @
a562b3cb
...
...
@@ -14,7 +14,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -66,4 +66,4 @@ dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
a859
# PUBSPEC CHECKSUM:
285a
dev/integration_tests/android_views/pubspec.yaml
View file @
a562b3cb
...
...
@@ -51,7 +51,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -92,4 +92,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
111b
# PUBSPEC CHECKSUM:
b41c
dev/integration_tests/channels/pubspec.yaml
View file @
a562b3cb
...
...
@@ -15,7 +15,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -67,4 +67,4 @@ dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
a859
# PUBSPEC CHECKSUM:
285a
dev/integration_tests/deferred_components_test/.gitignore
0 → 100644
View file @
a562b3cb
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
dev/integration_tests/deferred_components_test/README.md
0 → 100644
View file @
a562b3cb
# Deferred components integration test app
## Tests
This app contains two sets of tests:
*
`flutter drive`
tests that run a debug mode app to validate framework side logic
*
`run_release_test.sh <bundletool.jar path>`
which builds and installs a release version of this app and
validates the loading units are loaded correctly. A path to bundletool.jar must be provided
dev/integration_tests/deferred_components_test/android/.gitignore
0 → 100644
View file @
a562b3cb
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
# This app uses a test key and should not be used in a production app.
# key.properties
dev/integration_tests/deferred_components_test/android/app/build.gradle
0 → 100644
View file @
a562b3cb
// 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.
def
localProperties
=
new
Properties
()
def
localPropertiesFile
=
rootProject
.
file
(
'local.properties'
)
if
(
localPropertiesFile
.
exists
())
{
localPropertiesFile
.
withReader
(
'UTF-8'
)
{
reader
->
localProperties
.
load
(
reader
)
}
}
def
flutterRoot
=
localProperties
.
getProperty
(
'flutter.sdk'
)
if
(
flutterRoot
==
null
)
{
throw
new
GradleException
(
"Flutter SDK not found. Define location with flutter.sdk in the local.properties file."
)
}
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
if
(
flutterVersionCode
==
null
)
{
flutterVersionCode
=
'1'
}
def
flutterVersionName
=
localProperties
.
getProperty
(
'flutter.versionName'
)
if
(
flutterVersionName
==
null
)
{
flutterVersionName
=
'1.0'
}
def
keystoreProperties
=
new
Properties
()
def
keystorePropertiesFile
=
rootProject
.
file
(
'key.properties'
)
if
(
keystorePropertiesFile
.
exists
())
{
keystoreProperties
.
load
(
new
FileInputStream
(
keystorePropertiesFile
))
}
apply
plugin:
'com.android.application'
apply
plugin:
'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
30
sourceSets
{
main
.
java
.
srcDirs
+=
'src/main/kotlin'
}
lintOptions
{
disable
'InvalidPackage'
}
defaultConfig
{
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"io.flutter.integration.deferred_components_test"
minSdkVersion
16
targetSdkVersion
30
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
}
signingConfigs
{
release
{
keyAlias
keystoreProperties
[
'keyAlias'
]
keyPassword
keystoreProperties
[
'keyPassword'
]
storeFile
keystoreProperties
[
'storeFile'
]
?
file
(
keystoreProperties
[
'storeFile'
])
:
null
storePassword
keystoreProperties
[
'storePassword'
]
}
}
buildTypes
{
release
{
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig
signingConfigs
.
release
}
}
}
flutter
{
source
'../..'
}
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
"com.google.android.play:core:1.8.0"
}
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/_internal_aapt2_binary.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.android.tools.build:aapt2:4.1.3-6503028
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidApis.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestApiDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestCompileOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestDebugApiDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestDebugCompileOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestDebugImplementationDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestDebugRuntimeOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestImplementationDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestProfileApiDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestProfileCompileOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestProfileImplementationDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestProfileRuntimeOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestReleaseApiDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestReleaseCompileOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestReleaseImplementationDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestReleaseRuntimeOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestRuntimeOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/androidTestUtil.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/apiDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/compile.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/coreLibraryDesugaring.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/debugAndroidTestAnnotationProcessorClasspath.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/debugAndroidTestApiDependenciesMetadata.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/gradle/dependency-locks/debugAndroidTestCompile.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
dev/integration_tests/deferred_components_test/android/app/src/debug/AndroidManifest.xml
0 → 100644
View file @
a562b3cb
<!-- 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. -->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"io.flutter.integration.deferred_components_test"
>
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
</manifest>
dev/integration_tests/deferred_components_test/android/app/src/main/AndroidManifest.xml
0 → 100644
View file @
a562b3cb
<!-- 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. -->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"io.flutter.integration.deferred_components_test"
>
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name=
"io.flutter.app.FlutterPlayStoreSplitApplication"
android:label=
"deferred_components_test"
android:extractNativeLibs=
"false"
>
<activity
android:name=
".MainActivity"
android:launchMode=
"singleTop"
android:theme=
"@style/LaunchTheme"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated=
"true"
android:windowSoftInputMode=
"adjustResize"
>
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name=
"io.flutter.embedding.android.NormalTheme"
android:resource=
"@style/NormalTheme"
/>
<!-- Displays an Android View that continues showing the launch screen
Drawable until Flutter paints its first frame, then this splash
screen fades out. A splash screen is useful to avoid any visual
gap between the end of Android's launch screen and the painting of
Flutter's first frame. -->
<meta-data
android:name=
"io.flutter.embedding.android.SplashScreenDrawable"
android:resource=
"@drawable/launch_background"
/>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name=
"flutterEmbedding"
android:value=
"2"
/>
<meta-data
android:name=
"io.flutter.embedding.engine.deferredcomponents.DeferredComponentManager.loadingUnitMapping"
android:value=
"2:component1"
/>
</application>
</manifest>
dev/integration_tests/deferred_components_test/android/app/src/main/kotlin/io/flutter/integration/deferred_components_test/MainActivity.kt
0 → 100644
View file @
a562b3cb
package
io.flutter.integration.deferred_components_test
import
io.flutter.embedding.android.FlutterActivity
class
MainActivity
:
FlutterActivity
()
{
}
dev/integration_tests/deferred_components_test/android/app/src/main/res/drawable/launch_background.xml
0 → 100644
View file @
a562b3cb
<!-- 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. -->
<!-- Modify this file to customize your launch splash screen -->
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@android:color/white"
/>
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>
dev/integration_tests/deferred_components_test/android/app/src/main/res/values/strings.xml
0 → 100644
View file @
a562b3cb
<!-- 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. -->
<resources>
<!--Begin Deferred Components strings.-->
<string
name=
"component1Name"
>
component1
</string>
<!--End Deferred Components strings.-->
</resources>
dev/integration_tests/deferred_components_test/android/app/src/main/res/values/styles.xml
0 → 100644
View file @
a562b3cb
<!-- 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. -->
<resources>
<!-- Theme applied to the Android Window while the process is starting -->
<style
name=
"LaunchTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item
name=
"android:windowBackground"
>
@drawable/launch_background
</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style
name=
"NormalTheme"
parent=
"@android:style/Theme.Black.NoTitleBar"
>
<item
name=
"android:windowBackground"
>
@android:color/white
</item>
</style>
</resources>
dev/integration_tests/deferred_components_test/android/build.gradle
0 → 100644
View file @
a562b3cb
// 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.
// This file is auto generated.
// To update all the build.gradle files in the Flutter repo,
// See dev/tools/bin/generate_gradle_lockfiles.dart.
buildscript
{
ext
.
kotlin_version
=
'1.4.32'
repositories
{
google
()
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:4.1.3'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
configurations
.
classpath
{
resolutionStrategy
.
activateDependencyLocking
()
}
}
allprojects
{
repositories
{
google
()
mavenCentral
()
}
}
rootProject
.
buildDir
=
'../build'
subprojects
{
project
.
buildDir
=
"${rootProject.buildDir}/${project.name}"
project
.
evaluationDependsOn
(
':app'
)
dependencyLocking
{
ignoredDependencies
.
add
(
'io.flutter:*'
)
lockFile
=
file
(
"${rootProject.projectDir}/project-${project.name}.lockfile"
)
if
(!
project
.
hasProperty
(
'local-engine-repo'
))
{
lockAllConfigurations
()
}
}
}
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
}
dev/integration_tests/deferred_components_test/android/component1/build.gradle
0 → 100644
View file @
a562b3cb
// 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.
def
localProperties
=
new
Properties
()
def
localPropertiesFile
=
rootProject
.
file
(
'local.properties'
)
if
(
localPropertiesFile
.
exists
())
{
localPropertiesFile
.
withReader
(
'UTF-8'
)
{
reader
->
localProperties
.
load
(
reader
)
}
}
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
if
(
flutterVersionCode
==
null
)
{
flutterVersionCode
=
'1'
}
def
flutterVersionName
=
localProperties
.
getProperty
(
'flutter.versionName'
)
if
(
flutterVersionName
==
null
)
{
flutterVersionName
=
'1.0'
}
apply
plugin:
"com.android.dynamic-feature"
android
{
compileSdkVersion
30
sourceSets
{
applicationVariants
.
all
{
variant
->
main
.
assets
.
srcDirs
+=
"${project.buildDir}/intermediates/flutter/${variant.name}/deferred_assets"
main
.
jniLibs
.
srcDirs
+=
"${project.buildDir}/intermediates/flutter/${variant.name}/deferred_libs"
}
}
defaultConfig
{
minSdkVersion
16
targetSdkVersion
30
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
}
compileOptions
{
sourceCompatibility
1.8
targetCompatibility
1.8
}
}
dependencies
{
implementation
project
(
":app"
)
}
dev/integration_tests/deferred_components_test/android/component1/src/main/AndroidManifest.xml
0 → 100644
View file @
a562b3cb
<!-- 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. -->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:dist=
"http://schemas.android.com/apk/distribution"
package=
"io.flutter.integration.deferred_components_test.component1"
>
<dist:module
dist:instant=
"false"
dist:title=
"@string/component1Name"
>
<dist:delivery>
<dist:on-demand
/>
</dist:delivery>
<dist:fusing
dist:include=
"true"
/>
</dist:module>
</manifest>
dev/integration_tests/deferred_components_test/android/gradle.properties
0 → 100644
View file @
a562b3cb
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
android.enableR8
=
true
android.experimental.enableNewResourceShrinker
=
true
dev/integration_tests/deferred_components_test/android/gradle/dependency-locks/buildscript-classpath.lockfile
0 → 100644
View file @
a562b3cb
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3
androidx.databinding:databinding-compiler-common:4.1.3
com.android.databinding:baseLibrary:4.1.3
com.android.tools.analytics-library:crash:27.1.3
com.android.tools.analytics-library:protos:27.1.3
com.android.tools.analytics-library:shared:27.1.3
com.android.tools.analytics-library:tracker:27.1.3
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09
com.android.tools.build:aapt2-proto:4.1.3-6503028
com.android.tools.build:aaptcompiler:4.1.3
com.android.tools.build:apksig:4.1.3
com.android.tools.build:apkzlib:4.1.3
com.android.tools.build:builder-model:4.1.3
com.android.tools.build:builder-test-api:4.1.3
com.android.tools.build:builder:4.1.3
com.android.tools.build:bundletool:0.14.0
com.android.tools.build:gradle-api:4.1.3
com.android.tools.build:gradle:4.1.3
com.android.tools.build:manifest-merger:27.1.3
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api
com.android.tools.ddms:ddmlib:27.1.3
com.android.tools.layoutlib:layoutlib-api:27.1.3
com.android.tools.lint:lint-gradle-api:27.1.3
com.android.tools.lint:lint-model:27.1.3
com.android.tools:annotations:27.1.3
com.android.tools:common:27.1.3
com.android.tools:dvlib:27.1.3
com.android.tools:repository:27.1.3
com.android.tools:sdk-common:27.1.3
com.android.tools:sdklib:27.1.3
com.android:signflinger:4.1.3
com.android:zipflinger:4.1.3
com.github.gundy:semver4j:0.16.4
com.google.auto.value:auto-value-annotations:1.6.2
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.8.6
com.google.crypto.tink:tink:1.3.0-rc2
com.google.errorprone:error_prone_annotations:2.3.2
com.google.flatbuffers:flatbuffers-java:1.12.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:28.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
com.google.jimfs:jimfs:1.1
com.google.protobuf:protobuf-java-util:3.10.0
com.google.protobuf:protobuf-java:3.10.0
com.google.test.platform:core-proto:0.0.2-dev
com.googlecode.json-simple:json-simple:1.1
com.googlecode.juniversalchardet:juniversalchardet:1.0.3
com.squareup:javapoet:1.10.0
com.squareup:javawriter:2.5.0
com.sun.activation:javax.activation:1.2.0
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
commons-codec:commons-codec:1.10
commons-io:commons-io:2.4
commons-logging:commons-logging:1.2
de.undercouch:gradle-download-task:4.0.2
it.unimi.dsi:fastutil:7.2.0
javax.activation:javax.activation-api:1.2.0
javax.inject:javax.inject:1
javax.xml.bind:jaxb-api:2.3.1
net.sf.jopt-simple:jopt-simple:4.9
net.sf.kxml:kxml2:2.3.0
net.sf.proguard:proguard-base:6.0.3
net.sf.proguard:proguard-gradle:6.0.3
org.antlr:antlr4-runtime:4.5.2-1
org.antlr:antlr4:4.5.3
org.apache.commons:commons-compress:1.12
org.apache.httpcomponents:httpclient:4.5.6
org.apache.httpcomponents:httpcore:4.4.10
org.apache.httpcomponents:httpmime:4.5.6
org.bouncycastle:bcpkix-jdk15on:1.56
org.bouncycastle:bcprov-jdk15on:1.56
org.checkerframework:checker-qual:2.8.1
org.codehaus.mojo:animal-sniffer-annotations:1.18
org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.jdom:jdom2:2.0.6
org.jetbrains.intellij.deps:trove4j:1.0.20181211
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32
org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.4.32
org.jetbrains.kotlin:kotlin-build-common:1.4.32
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32
org.jetbrains.kotlin:kotlin-compiler-runner:1.4.32
org.jetbrains.kotlin:kotlin-daemon-client:1.4.32
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32
org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.4.32
org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.4.32
org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32
org.jetbrains.kotlin:kotlin-reflect:1.4.32
org.jetbrains.kotlin:kotlin-script-runtime:1.4.32
org.jetbrains.kotlin:kotlin-scripting-common:1.4.32
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.4.32
org.jetbrains.kotlin:kotlin-util-io:1.4.32
org.jetbrains.kotlin:kotlin-util-klib:1.4.32
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8
org.jetbrains.trove4j:trove4j:20160824
org.jetbrains:annotations:13.0
org.json:json:20180813
org.jvnet.staxex:stax-ex:1.8
org.ow2.asm:asm-analysis:7.0
org.ow2.asm:asm-commons:7.0
org.ow2.asm:asm-tree:7.0
org.ow2.asm:asm-util:7.0
org.ow2.asm:asm:7.0
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1
dev/integration_tests/deferred_components_test/android/gradle/wrapper/gradle-wrapper.properties
0 → 100644
View file @
a562b3cb
#Fri Jun 23 08:50:38 CEST 2017
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.7-all.zip
dev/integration_tests/deferred_components_test/android/settings.gradle
0 → 100644
View file @
a562b3cb
// 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.
include
':app'
,
':component1'
def
localPropertiesFile
=
new
File
(
rootProject
.
projectDir
,
"local.properties"
)
def
properties
=
new
Properties
()
assert
localPropertiesFile
.
exists
()
localPropertiesFile
.
withReader
(
"UTF-8"
)
{
reader
->
properties
.
load
(
reader
)
}
def
flutterSdkPath
=
properties
.
getProperty
(
"flutter.sdk"
)
assert
flutterSdkPath
!=
null
,
"flutter.sdk not set in local.properties"
apply
from:
"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
dev/integration_tests/deferred_components_test/deferred_components_loading_units.yaml
0 → 100644
View file @
a562b3cb
# ==============================================================================
# The contents of this file are automatically generated and it is not
# recommended to modify this file manually.
# ==============================================================================
#
# In order to prevent unexpected splitting of deferred apps, this file records
# the last generated set of loading units. It only possible to obtain the final
# configuration of loading units after compilation is complete. This means
# improperly setup deferred imports can only be detected after compilation.
#
# This file allows the build tool to detect any changes in the generated
# loading units. During the next build attempt, loading units in this file are
# compared against the newly generated loading units to check for any new or
# removed loading units. In the case where loading units do not match, the build
# will fail and ask the developer to verify that the `deferred-components`
# configuration in `pubspec.yaml` is correct. Developers should make any
# necessary changes to integrate new and changed loading units or remove no
# longer existing loading units from the configuration. The build command should
# then be re-run to continue the build process.
#
# Sometimes, changes to the generated loading units may be unintentional. If
# the list of loading units in this file is not what is expected, the app's
# deferred imports should be reviewed. Third party plugins and packages may
# also introduce deferred imports that result in unexpected loading units.
loading-units
:
-
id
:
2
libraries
:
-
package:deferred_components_test/component1.dart
dev/integration_tests/deferred_components_test/lib/component1.dart
0 → 100644
View file @
a562b3cb
// 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.
library
component1
;
import
'package:flutter/material.dart'
;
import
'package:flutter/widgets.dart'
;
class
LogoScreen
extends
StatelessWidget
{
const
LogoScreen
({
Key
?
key
})
:
super
(
key:
key
);
static
const
String
_testSentinel
=
'Running deferred code'
;
@override
Widget
build
(
BuildContext
context
)
{
print
(
_testSentinel
);
return
Container
(
child:
Column
(
children:
<
Widget
>[
const
Text
(
'DeferredWidget'
,
key:
Key
(
'DeferredWidget'
)),
Image
.
asset
(
'customassets/flutter_logo.png'
,
key:
const
Key
(
'DeferredImage'
)),
]
),
padding:
const
EdgeInsets
.
all
(
25
),
color:
Colors
.
blue
,
);
}
}
dev/integration_tests/deferred_components_test/lib/main.dart
0 → 100644
View file @
a562b3cb
// 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.
import
'dart:async'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter_driver/driver_extension.dart'
;
import
'component1.dart'
deferred
as
component1
;
void
main
(
)
{
enableFlutterDriverExtension
();
runApp
(
const
MyApp
());
}
class
MyApp
extends
StatelessWidget
{
const
MyApp
({
Key
?
key
})
:
super
(
key:
key
);
@override
Widget
build
(
BuildContext
context
)
{
return
MaterialApp
(
title:
'Flutter Deferred Components Example'
,
theme:
ThemeData
(
primarySwatch:
Colors
.
blue
,
visualDensity:
VisualDensity
.
adaptivePlatformDensity
,
),
home:
const
MyHomePage
(),
);
}
}
class
MyHomePage
extends
StatefulWidget
{
const
MyHomePage
({
Key
?
key
})
:
super
(
key:
key
);
@override
MyHomePageState
createState
()
=>
MyHomePageState
();
}
class
MyHomePageState
extends
State
<
MyHomePage
>
{
Future
<
void
>?
libraryFuture
;
Widget
postLoadDisplayWidget
=
const
Text
(
'placeholder'
,
key:
Key
(
'PlaceholderText'
),
);
@override
void
initState
()
{
// Automatically trigger load for release test without driver.
Future
<
void
>.
delayed
(
const
Duration
(
milliseconds:
3000
),
()
{
_pressHandler
();
});
super
.
initState
();
}
void
_pressHandler
()
{
if
(
libraryFuture
==
null
)
{
setState
(()
{
libraryFuture
=
component1
.
loadLibrary
().
then
((
dynamic
_
)
{
// Delay to give debug runs more than one frame to capture
// the placeholder text.
Future
<
void
>.
delayed
(
const
Duration
(
milliseconds:
750
),
()
{
setState
(()
{
// See https://github.com/dart-lang/sdk/issues/46894
// ignore: prefer_const_constructors
postLoadDisplayWidget
=
component1
.
LogoScreen
();
});
});
});
});
}
}
@override
Widget
build
(
BuildContext
context
)
{
final
Widget
testWidget
=
libraryFuture
==
null
?
const
Text
(
'preload'
,
key:
Key
(
'PreloadText'
))
:
FutureBuilder
<
void
>(
future:
libraryFuture
,
builder:
(
BuildContext
context
,
AsyncSnapshot
<
void
>
snapshot
)
{
if
(
snapshot
.
connectionState
==
ConnectionState
.
done
)
{
if
(
snapshot
.
hasError
)
{
return
Text
(
'Error:
${snapshot.error}
'
);
}
return
postLoadDisplayWidget
;
}
return
postLoadDisplayWidget
;
},
);
return
Scaffold
(
appBar:
AppBar
(
title:
const
Text
(
'Deferred components test'
),
),
body:
Center
(
child:
testWidget
,
),
floatingActionButton:
FloatingActionButton
(
key:
const
Key
(
'FloatingActionButton'
),
onPressed:
_pressHandler
,
tooltip:
'Load'
,
child:
const
Icon
(
Icons
.
add
),
),
);
}
}
dev/integration_tests/deferred_components_test/pubspec.yaml
0 → 100644
View file @
a562b3cb
name
:
deferred_components_test
description
:
Integration test application for basic deferred components functionality
publish_to
:
'
none'
version
:
1.0.0+1
environment
:
sdk
:
'
>=2.12.0
<3.0.0'
dependencies
:
flutter
:
sdk
:
flutter
flutter_driver
:
sdk
:
flutter
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
crypto
:
3.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
file
:
6.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
matcher
:
0.12.10
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
meta
:
1.7.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
path
:
1.8.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stack_trace
:
1.10.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
sync_http
:
0.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
typed_data
:
1.3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
7.1.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webdriver
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dev_dependencies
:
flutter_test
:
sdk
:
flutter
test
:
1.17.10
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
convert
:
3.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
coverage
:
1.0.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
fake_async
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
frontend_server_client
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
glob
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
http_multi_server
:
3.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
http_parser
:
4.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
io
:
1.0.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
js
:
0.6.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
logging
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
mime
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
node_preamble
:
2.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
package_config
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pedantic
:
1.11.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pool
:
1.5.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pub_semver
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf
:
1.1.4
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf_packages_handler
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf_static
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf_web_socket
:
1.0.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
source_map_stack_trace
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
source_maps
:
0.10.10
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
source_span
:
1.8.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
string_scanner
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_core
:
0.4.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
watcher
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
flutter
:
uses-material-design
:
true
deferred-components
:
-
name
:
component1
libraries
:
-
package:deferred_components_test/component1.dart
assets
:
-
customassets/flutter_logo.png
# PUBSPEC CHECKSUM: 3014
dev/integration_tests/deferred_components_test/run_release_test.sh
0 → 100755
View file @
a562b3cb
#!/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.
# Store the time to prevent capturing logs from previous runs.
script_start_time
=
$(
adb shell
'date +"%m-%d %H:%M:%S.0"'
)
adb uninstall
"io.flutter.integration.deferred_components_test"
rm
-f
build/app/outputs/bundle/release/app-release.apks
rm
-f
build/app/outputs/bundle/release/run_logcat.log
flutter build appbundle
java
-jar
$1
build-apks
--bundle
=
build/app/outputs/bundle/release/app-release.aab
--output
=
build/app/outputs/bundle/release/app-release.apks
--local-testing
java
-jar
$1
install-apks
--apks
=
build/app/outputs/bundle/release/app-release.apks
adb shell
"
am start -n io.flutter.integration.deferred_components_test/.MainActivity
sleep 12
exit
"
adb logcat
-d
-t
"
$script_start_time
"
-s
"flutter"
>
build/app/outputs/bundle/release/run_logcat.log
echo
""
if
cat
build/app/outputs/bundle/release/run_logcat.log |
grep
-q
"Running deferred code"
;
then
echo
"All tests passed."
exit
0
fi
echo
"Failure: Deferred component did not load."
exit
1
dev/integration_tests/deferred_components_test/test_driver/main_test.dart
0 → 100644
View file @
a562b3cb
// 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.
import
'package:flutter_driver/flutter_driver.dart'
;
import
'package:test/test.dart'
hide
TypeMatcher
,
isInstanceOf
;
Future
<
void
>
main
()
async
{
late
FlutterDriver
driver
;
setUpAll
(()
async
{
driver
=
await
FlutterDriver
.
connect
();
});
tearDownAll
(()
{
driver
.
close
();
});
// Run `run_release_test.sh` to also test release engine deferred components code. This
// drive test runs as debug and thus only tests framework side deferred components handling.
test
(
'Install and load deferred component'
,
()
async
{
final
String
preloadText
=
await
driver
.
getText
(
find
.
byValueKey
(
'PreloadText'
));
expect
(
preloadText
,
'preload'
);
final
SerializableFinder
fab
=
find
.
byValueKey
(
'FloatingActionButton'
);
await
driver
.
tap
(
fab
);
final
String
placeholderText
=
await
driver
.
getText
(
find
.
byValueKey
(
'PlaceholderText'
));
expect
(
placeholderText
,
'placeholder'
);
await
driver
.
waitFor
(
find
.
byValueKey
(
'DeferredWidget'
));
final
String
deferredText
=
await
driver
.
getText
(
find
.
byValueKey
(
'DeferredWidget'
));
expect
(
deferredText
,
'DeferredWidget'
);
await
driver
.
waitFor
(
find
.
byValueKey
(
'DeferredImage'
));
},
timeout:
Timeout
.
none
);
}
dev/integration_tests/external_ui/pubspec.yaml
View file @
a562b3cb
...
...
@@ -15,7 +15,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -67,4 +67,4 @@ dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
a859
# PUBSPEC CHECKSUM:
285a
dev/integration_tests/flavors/pubspec.yaml
View file @
a562b3cb
...
...
@@ -15,7 +15,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -67,4 +67,4 @@ dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
a859
# PUBSPEC CHECKSUM:
285a
dev/integration_tests/flutter_gallery/pubspec.yaml
View file @
a562b3cb
...
...
@@ -24,7 +24,7 @@ dependencies:
# and dev/benchmarks/macrobenchmarks/pubspec.yaml
flutter_gallery_assets
:
1.0.2
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -274,4 +274,4 @@ flutter:
-
asset
:
packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf
-
asset
:
packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf
# PUBSPEC CHECKSUM:
f976
# PUBSPEC CHECKSUM:
d177
dev/integration_tests/hybrid_android_views/pubspec.yaml
View file @
a562b3cb
...
...
@@ -51,7 +51,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -92,4 +92,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
111b
# PUBSPEC CHECKSUM:
b41c
dev/integration_tests/ios_add2app_life_cycle/flutterapp/pubspec.yaml
View file @
a562b3cb
...
...
@@ -37,7 +37,7 @@ dev_dependencies:
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -99,4 +99,4 @@ flutter:
androidPackage
:
com.example.iosadd2appflutter
iosBundleIdentifier
:
com.example.iosAdd2appFlutter
# PUBSPEC CHECKSUM:
93ba
# PUBSPEC CHECKSUM:
febb
dev/integration_tests/ios_app_with_extensions/pubspec.yaml
View file @
a562b3cb
...
...
@@ -39,7 +39,7 @@ dev_dependencies:
# The following section is specific to Flutter.
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -91,4 +91,4 @@ flutter:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# PUBSPEC CHECKSUM:
5f3d
# PUBSPEC CHECKSUM:
4d3e
dev/integration_tests/ios_platform_view_tests/pubspec.yaml
View file @
a562b3cb
...
...
@@ -26,7 +26,7 @@ dev_dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -79,4 +79,4 @@ flutter:
# the material Icons class.
uses-material-design
:
true
# PUBSPEC CHECKSUM:
7613
# PUBSPEC CHECKSUM:
3014
dev/integration_tests/non_nullable/pubspec.yaml
View file @
a562b3cb
...
...
@@ -22,7 +22,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -39,4 +39,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
93ba
# PUBSPEC CHECKSUM:
febb
dev/integration_tests/platform_interaction/pubspec.yaml
View file @
a562b3cb
...
...
@@ -15,7 +15,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -67,4 +67,4 @@ dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
a859
# PUBSPEC CHECKSUM:
285a
dev/integration_tests/release_smoke_test/pubspec.yaml
View file @
a562b3cb
...
...
@@ -19,7 +19,7 @@ dev_dependencies:
integration_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -34,4 +34,4 @@ dev_dependencies:
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vm_service
:
7.1.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
939c
# PUBSPEC CHECKSUM:
f49d
dev/integration_tests/ui/pubspec.yaml
View file @
a562b3cb
...
...
@@ -21,7 +21,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -82,4 +82,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
770b
# PUBSPEC CHECKSUM:
810c
dev/integration_tests/web_e2e_tests/pubspec.yaml
View file @
a562b3cb
...
...
@@ -39,7 +39,7 @@ dev_dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -86,4 +86,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
b5f2
# PUBSPEC CHECKSUM:
fbf3
dev/manual_tests/pubspec.yaml
View file @
a562b3cb
...
...
@@ -17,7 +17,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -34,4 +34,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
c515
# PUBSPEC CHECKSUM:
0516
dev/tools/bin/generate_gradle_lockfiles.dart
View file @
a562b3cb
...
...
@@ -54,6 +54,11 @@ void main(List<String> arguments) {
continue
;
}
if
(
androidDirectory
.
parent
.
childFile
(
'pubspec.yaml'
).
readAsStringSync
().
contains
(
'deferred-components'
))
{
print
(
'
${rootBuildGradle.path}
uses deferred components - skipping'
);
continue
;
}
if
(!
androidDirectory
.
parent
.
childDirectory
(
'lib'
)
.
childFile
(
'main.dart'
)
...
...
dev/tools/gen_keycodes/pubspec.yaml
View file @
a562b3cb
...
...
@@ -11,7 +11,7 @@ dependencies:
path
:
1.8.0
platform
:
3.0.0
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
http_parser
:
4.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -60,4 +60,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
b17f
# PUBSPEC CHECKSUM:
e080
dev/tools/pubspec.yaml
View file @
a562b3cb
...
...
@@ -13,7 +13,7 @@ dependencies:
path
:
1.8.0
process
:
4.2.3
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -64,4 +64,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
4793
# PUBSPEC CHECKSUM:
c294
dev/tools/vitool/pubspec.yaml
View file @
a562b3cb
...
...
@@ -19,7 +19,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -33,4 +33,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
bad9
# PUBSPEC CHECKSUM:
edda
dev/tracing_tests/pubspec.yaml
View file @
a562b3cb
...
...
@@ -20,7 +20,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -34,4 +34,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
939c
# PUBSPEC CHECKSUM:
f49d
examples/hello_world/pubspec.yaml
View file @
a562b3cb
...
...
@@ -24,7 +24,7 @@ dev_dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -70,4 +70,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
7613
# PUBSPEC CHECKSUM:
3014
examples/image_list/pubspec.yaml
View file @
a562b3cb
...
...
@@ -29,7 +29,7 @@ dev_dependencies:
# The following section is specific to Flutter.
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -54,4 +54,4 @@ flutter:
assets
:
-
images/coast.jpg
# PUBSPEC CHECKSUM:
93ba
# PUBSPEC CHECKSUM:
febb
examples/layers/pubspec.yaml
View file @
a562b3cb
...
...
@@ -17,7 +17,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -36,4 +36,4 @@ flutter:
-
services/data.json
uses-material-design
:
true
# PUBSPEC CHECKSUM:
c515
# PUBSPEC CHECKSUM:
0516
examples/platform_channel/pubspec.yaml
View file @
a562b3cb
...
...
@@ -24,7 +24,7 @@ dev_dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -73,4 +73,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
7613
# PUBSPEC CHECKSUM:
3014
examples/platform_channel_swift/pubspec.yaml
View file @
a562b3cb
...
...
@@ -24,7 +24,7 @@ dev_dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -73,4 +73,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
7613
# PUBSPEC CHECKSUM:
3014
examples/splash/pubspec.yaml
View file @
a562b3cb
...
...
@@ -17,7 +17,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -31,4 +31,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
c515
# PUBSPEC CHECKSUM:
0516
packages/flutter/pubspec.yaml
View file @
a562b3cb
...
...
@@ -22,7 +22,7 @@ dev_dependencies:
sdk
:
flutter
fake_async
:
1.2.0
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -38,4 +38,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
250c
# PUBSPEC CHECKSUM:
b40d
packages/flutter/test_private/pubspec.yaml
View file @
a562b3cb
...
...
@@ -11,9 +11,9 @@ dependencies:
process
:
4.2.3
process_runner
:
4.0.1
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
collection
:
1.15.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
file
:
6.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
platform
:
3.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
f459
# PUBSPEC CHECKSUM:
c05a
packages/flutter/test_private/test/pubspec.yaml
View file @
a562b3cb
...
...
@@ -20,7 +20,7 @@ dev_dependencies:
sdk
:
flutter
fake_async
:
1.2.0
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -36,4 +36,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
250c
# PUBSPEC CHECKSUM:
b40d
packages/flutter_driver/pubspec.yaml
View file @
a562b3cb
...
...
@@ -19,7 +19,7 @@ dependencies:
webdriver
:
3.0.0
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -74,4 +74,4 @@ dev_dependencies:
webkit_inspection_protocol
:
1.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml
:
3.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
6318
# PUBSPEC CHECKSUM:
5719
packages/flutter_goldens/pubspec.yaml
View file @
a562b3cb
...
...
@@ -14,7 +14,7 @@ dependencies:
flutter_goldens_client
:
path
:
../flutter_goldens_client
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -30,4 +30,4 @@ dependencies:
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
c430
# PUBSPEC CHECKSUM:
1031
packages/flutter_localizations/pubspec.yaml
View file @
a562b3cb
...
...
@@ -22,7 +22,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
fake_async
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -34,4 +34,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
044d
# PUBSPEC CHECKSUM:
5b4e
packages/flutter_test/pubspec.yaml
View file @
a562b3cb
...
...
@@ -29,7 +29,7 @@ dependencies:
# Used by globalToLocal et al.
vector_math
:
2.1.0
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
characters
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -45,4 +45,4 @@ dependencies:
dev_dependencies
:
file
:
6.1.2
# PUBSPEC CHECKSUM:
c907
# PUBSPEC CHECKSUM:
1f08
packages/flutter_tools/pubspec.yaml
View file @
a562b3cb
...
...
@@ -47,7 +47,7 @@ dependencies:
logging
:
1.0.1
http_multi_server
:
3.0.1
convert
:
3.0.1
async
:
2.8.
1
async
:
2.8.
2
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so when upgrading
...
...
@@ -61,7 +61,7 @@ dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
built_collection
:
5.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
built_value
:
8.1.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
built_value
:
8.1.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -104,4 +104,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
00f3
# PUBSPEC CHECKSUM:
60f5
packages/flutter_web_plugins/pubspec.yaml
View file @
a562b3cb
...
...
@@ -21,7 +21,7 @@ dev_dependencies:
flutter_test
:
sdk
:
flutter
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -35,4 +35,4 @@ dev_dependencies:
term_glyph
:
1.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api
:
0.4.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM:
b443
# PUBSPEC CHECKSUM:
0644
packages/fuchsia_remote_debug_protocol/pubspec.yaml
View file @
a562b3cb
...
...
@@ -21,7 +21,7 @@ dev_dependencies:
_fe_analyzer_shared
:
23.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -66,4 +66,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
4991
# PUBSPEC CHECKSUM:
7c92
packages/integration_test/example/pubspec.yaml
View file @
a562b3cb
...
...
@@ -37,7 +37,7 @@ dev_dependencies:
analyzer
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
archive
:
3.1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
args
:
2.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async
:
2.8.
2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
boolean_selector
:
2.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
charcode
:
1.3.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
cli_util
:
0.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -85,4 +85,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
16b8
# PUBSPEC CHECKSUM:
fbb9
packages/integration_test/pubspec.yaml
View file @
a562b3cb
This diff is collapsed.
Click to expand it.
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