Add Dart SDK > 2.3.0 constraint to license script (flutter/engine#9385)
The license script uses Set literals among other Dart 2.3.0 features.
This commit is contained in:
@@ -5,3 +5,5 @@ dependencies:
|
||||
crypto: ^2.0.2+1
|
||||
meta: ^1.1.6
|
||||
path: ^1.3.0
|
||||
environment:
|
||||
sdk: '>=2.3.0 <3.0.0'
|
||||
|
||||
Reference in New Issue
Block a user