Unverified Commit 78f05dfb authored by Jacob MacDonald's avatar Jacob MacDonald Committed by GitHub

add sdk constraints where missing to prepare for nnbd flag flip (#68611)

parent 16b9933d
...@@ -2,7 +2,7 @@ name: customer_testing ...@@ -2,7 +2,7 @@ name: customer_testing
description: Tool to run the tests listed in the flutter/tests repository. description: Tool to run the tests listed in the flutter/tests repository.
environment: environment:
sdk: any sdk: '>=2.9.0 <3.0.0'
dependencies: dependencies:
args: 1.6.0 args: 1.6.0
......
name: android_semantics_testing name: android_semantics_testing
description: Integration testing library for Android semantics description: Integration testing library for Android semantics
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies: dependencies:
flutter: flutter:
......
name: platform_views name: platform_views
description: An integration test for embedded platform views description: An integration test for embedded platform views
version: 1.0.0+1 version: 1.0.0+1
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies: dependencies:
flutter: flutter:
......
name: hybrid_platform_views name: hybrid_platform_views
description: An integration test for hybrid composition on Android description: An integration test for hybrid composition on Android
version: 1.0.0+1 version: 1.0.0+1
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies: dependencies:
flutter: flutter:
......
name: image_loading name: image_loading
description: Integration testing library for Android semantics description: Integration testing library for Android semantics
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies: dependencies:
flutter: flutter:
......
name: web_compile_tests name: web_compile_tests
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies: dependencies:
flutter: flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment