未验证 提交 76310c42 编写于 作者: S Siva 提交者: GitHub

Add missing sdk constriant in pubspec.yaml files. (#23124)

* Add missing sdk constriants in pubspec.yaml files.

* Update tools/android_lint/pubspec.yaml
Co-authored-by: NZachary Anderson <zanderso@users.noreply.github.com>
上级 51c9ae95
......@@ -3,3 +3,6 @@
# found in the LICENSE file.
# This file is needed by Fuchsia's dart_library template.
environment:
sdk: '>=2.11.0 <3.0.0'
# Copyright 2013 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.
environment:
sdk: '>=2.11.0 <3.0.0'
# Copyright 2013 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.
environment:
sdk: '>=2.11.0 <3.0.0'
......@@ -4,3 +4,7 @@
# The presence of this file is necessary in order to use the dart_library
# template in BUILD.gn.
environment:
sdk: '>=2.11.0 <3.0.0'
# Copyright 2013 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.
environment:
sdk: '>=2.11.0 <3.0.0'
# Copyright 2013 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.
environment:
sdk: '>=2.11.0 <3.0.0'
......@@ -3,6 +3,8 @@
# found in the LICENSE file.
name: profiler_symbols
environment:
sdk: '>=2.11.0 <3.0.0'
version: 0
description: Extracts a minimal symbols table for the Dart VM profiler
author: Dart Team <misc@dartlang.org>
name: smoke_test_failure
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
test: 1.3.0
path: 1.6.2
name: verify_exported
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
path: 1.6.2
collection: 1.14.11
name: android_lint
environment:
sdk: '>=2.12.0-0.0.dev <3.0.0'
dependencies:
args: 1.5.0
path: ^1.6.2
......
name: web_sdk_tests
author: Flutter Authors <flutter-dev@googlegroups.com>
environment:
sdk: '>=2.11.0 <3.0.0'
dev_dependencies:
analyzer: ^0.40.6
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册