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

This commit is contained in:
Jacob MacDonald 2020-10-21 14:59:44 -07:00 committed by GitHub
parent 16b9933d85
commit 78f05dfb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: customer_testing
description: Tool to run the tests listed in the flutter/tests repository.
environment:
sdk: any
sdk: '>=2.9.0 <3.0.0'
dependencies:
args: 1.6.0

View File

@ -1,5 +1,7 @@
name: android_semantics_testing
description: Integration testing library for Android semantics
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:

View File

@ -1,6 +1,8 @@
name: platform_views
description: An integration test for embedded platform views
version: 1.0.0+1
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:

View File

@ -1,6 +1,8 @@
name: hybrid_platform_views
description: An integration test for hybrid composition on Android
version: 1.0.0+1
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:

View File

@ -1,5 +1,7 @@
name: image_loading
description: Integration testing library for Android semantics
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:

View File

@ -1,4 +1,6 @@
name: web_compile_tests
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter: