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

add the ability to check packages #24

Closed devoncarew closed 6 years ago

devoncarew commented 6 years ago

This adds a cli option - --check-package=<package name> - which:

@scheglov