tnc1997/dart-xml-serializable

Upgrade the version constraint of analyzer

tnc1997 opened this issue · 0 comments

The lowest version of analyzer currently supported is 2.0.0 and the highest version is 4.7.0.

There have been a number of deprecations in this version range such as DartType.element.

I propose upgrading the version constraint of analyzer to >=4.6.0 <6.0.0 in this package.

This will allow a seamless migration internally from DartType.element to DartType.element2.

Unfortunately this does mean that support for all versions lower than 4.6.0 will be removed.