Skip to content

Commit 98e435b

Browse files
a-sivazanderso
authored andcommitted
Add missing sdk constriant in pubspec.yaml files. (flutter#23124)
* Add missing sdk constriants in pubspec.yaml files. * Update tools/android_lint/pubspec.yaml Co-authored-by: Zachary Anderson <[email protected]>
1 parent c904645 commit 98e435b

File tree

11 files changed

+34
-0
lines changed

11 files changed

+34
-0
lines changed

lib/snapshot/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
# found in the LICENSE file.
44

55
# This file is needed by Fuchsia's dart_library template.
6+
7+
environment:
8+
sdk: '>=2.11.0 <3.0.0'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Copyright 2013 The Flutter Authors. All rights reserved.
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
4+
5+
environment:
6+
sdk: '>=2.11.0 <3.0.0'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Copyright 2013 The Flutter Authors. All rights reserved.
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
4+
5+
environment:
6+
sdk: '>=2.11.0 <3.0.0'

shell/platform/fuchsia/dart_runner/embedder/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
# The presence of this file is necessary in order to use the dart_library
66
# template in BUILD.gn.
7+
8+
environment:
9+
sdk: '>=2.11.0 <3.0.0'
10+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Copyright 2013 The Flutter Authors. All rights reserved.
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
4+
5+
environment:
6+
sdk: '>=2.11.0 <3.0.0'
7+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
environment:
6+
sdk: '>=2.11.0 <3.0.0'

shell/platform/fuchsia/runtime/dart/profiler_symbols/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# found in the LICENSE file.
44

55
name: profiler_symbols
6+
environment:
7+
sdk: '>=2.11.0 <3.0.0'
68
version: 0
79
description: Extracts a minimal symbols table for the Dart VM profiler
810
author: Dart Team <[email protected]>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: smoke_test_failure
2+
environment:
3+
sdk: '>=2.11.0 <3.0.0'
24
dependencies:
35
test: 1.3.0
46
path: 1.6.2

testing/symbols/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: verify_exported
2+
environment:
3+
sdk: '>=2.11.0 <3.0.0'
24
dependencies:
35
path: 1.6.2
46
collection: 1.14.11

tools/android_lint/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: android_lint
2+
environment:
3+
sdk: '>=2.12.0-0.0.dev <3.0.0'
4+
25
dependencies:
36
args: 1.5.0
47
path: ^1.6.2

0 commit comments

Comments
 (0)