sdk minimal version should be 2.17.0
Closed this issue · 1 comments
gmpassos commented
This package is using analyzer: ^4.6.0
reflectable.dart/reflectable/pubspec.yaml
Line 10 in e9bcf6c
The minimal Dart SDK for the package analyzer
is Dart 2.17
And this package is using:
So this package sdk should be:
sdk: '>=2.17.0 <3.0.0'
eernstg commented
It's actually not necessary to have the same language version in any given package as the newest language version that any directly or indirectly imported library uses. But nobody can use this package with a tool chain which is older than that newest language version anyway, so it makes sense to update. Done in #288.