mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add a minimum sdk version for sky_engine
We could update all our other versions as well if we wanted but this the only package in sky which uses sdk_ext @abarth
This commit is contained in:
parent
c5e698c7b8
commit
c668221644
@ -3,3 +3,6 @@ version: 0.0.9
|
||||
author: Chromium Authors <sky-dev@googlegroups.com>
|
||||
description: Dart SDK extensions for dart:sky
|
||||
homepage: https://github.com/domokit/sky_engine
|
||||
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
|
||||
environment:
|
||||
sdk: '>=1.11.0 <2.0.0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user