dart-archive / dart2_fix

A tool to migrate API usage to Dart 2
https://pub.dartlang.org/packages/dart2_fix
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Also consider removing @proxy annotations. #27

Closed lrhn closed 6 years ago

lrhn commented 6 years ago

The proxy annotation is deprecated and will be removed (it no longer does anything, so it's a waste of characters). Consider making the tool also remove that.