google/reflectable.dart

sdk minimal version should be 2.17.0

Closed this issue · 1 comments

This package is using analyzer: ^4.6.0

The minimal Dart SDK for the package analyzer is Dart 2.17

And this package is using:

sdk: '>=2.12.0 <3.0.0'

So this package sdk should be:

  sdk: '>=2.17.0 <3.0.0'

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.