Files
sdk/pkg/dart_internal/pubspec.yaml
Sam Rawlins f15d149926 Prepare dart_internal for the next SDK version bump
Change-Id: Idfdd2ca9f1e9d953c1baed8ce7b59c7e3a0d7508
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/491820
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com>
2026-03-31 09:14:02 -07:00

19 lines
646 B
YAML

name: dart_internal
version: 0.2.18
description: >-
This package is not intended for wide use. It provides a temporary API to
solve the problem: "Given an object some generic type A, how do I construct an
instance of generic type B with the same type argument(s)?"
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal
environment:
# Restrict the upper bound so that we can remove support for this in a later
# version of the SDK without it being a breaking change.
sdk: '>=3.5.0 <3.14.0'
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
lints: any