dart - What does the pubspec.yaml's environment mean in this context? -
i notice environment variable in intl package's pubspec.yaml says supports between sdk '1.4.0 2.0.0'
i found description of environment variable here
but, particular version's numer_format.dart has null aware operators not introduced until 1.12.0.
am understanding definition of pubspec's environment variable correctly?
thanks
you correct sdk constraint should modified >=1.12.0 <2.0.0
. can file issue (or better submit pull-request).
Comments
Post a Comment