mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
dart-lang/sdk@dcd5a8f005 [vm/aot] Two improvements to signature shaking (reland) dart-lang/sdk@5bff8f3bb4 [co19] Roll co19 to 8740182c0547c1b26b79a5f96e28a0d5cd27b0c9 dart-lang/sdk@b16e402fb9 Prepare for replacing PackageBundle with PackageBundleReader. dart-lang/sdk@85174e4d8c Revert "Reland "update Glob in the sdk, also adds package:file to the sdk"" dart-lang/sdk@4a206e4108 Analyzer: Report invalid instance access from closure within factory dart-lang/sdk@72e8eab7e2 [vm/concurrency] Reduce public API surface of ICData, remove unused methods, make methods private dart-lang/sdk@94f6532bd9 Capture a couple of failing completions as tests dart-lang/sdk@c62709e87b Reland "update Glob in the sdk, also adds package:file to the sdk" dart-lang/sdk@4fc797d6b1 [Analyzer] Add LSP dart.analysisExcludedFolders to readme dart-lang/sdk@e047dd60d6 Ensure that function elements inside local variable elements have unique locations. dart-lang/sdk@7de67100a3 [co19] Roll co19 to 7a43aa19fb31db657b8b2dac2ed8a8af28889be3 dart-lang/sdk@367761987b [vm/corelib] Fix ConcurrentModificationError for empty addAll. dart-lang/sdk@b64550eaff Add a `nullFuture` in `dart:internal`.
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
# 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.
|
|
|
|
name: const_finder
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.4.0 <3.0.0"
|
|
|
|
# Do not add any dependencies that require more than what is provided in
|
|
# //third_party/dart/pkg or //third_party/dart/third_party/pkg.
|
|
# In particular, package:test is not usable here.
|
|
|
|
# If you do add packages here, make sure you can run `pub get --offline`, and
|
|
# check the .packages and .package_config to make sure all the paths are
|
|
# relative to this directory into //third_party/dart
|
|
|
|
dependencies:
|
|
args: any
|
|
collection: any
|
|
meta: any
|
|
kernel: any
|
|
|
|
dev_dependencies:
|
|
path: any
|
|
|
|
dependency_overrides:
|
|
args:
|
|
path: ../../../third_party/dart/third_party/pkg/args
|
|
collection:
|
|
path: ../../../third_party/dart/third_party/pkg/collection
|
|
kernel:
|
|
path: ../../../third_party/dart/pkg/kernel
|
|
meta:
|
|
path: ../../../third_party/dart/pkg/meta
|
|
path:
|
|
path: ../../../third_party/dart/third_party/pkg/path
|