devtools
devtools copied to clipboard
use grind to perform extra checks before committing changes to package:devtools
https://github.com/flutter/devtools/blob/master/packages/devtools/tool/version_check.dart
is an existing check that could be converted over.
We could also use additional checks to prevent direct imports of dart:html and potentially in the future direct imports of package:flutter as part of the migration to flutter.
fyi @devoncarew