351de9e165
Also shorten description Change-Id: Ida9c7ba0f8c6beb10f218ba53803352b469c7a83 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196044 Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com>
13 lines
523 B
YAML
13 lines
523 B
YAML
name: dart_internal
|
|
version: 0.2.1
|
|
repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal
|
|
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)?"
|
|
|
|
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: ">=2.12.0 <2.15.0"
|