Unverified Commit 81e2da9d authored by amirh's avatar amirh Committed by GitHub

when plugins are out of date, show the command line to update (#13572)

parent eb77d014
......@@ -518,6 +518,7 @@ Future<Null> _verifyGeneratedPluginRegistrants(String flutterRoot) async {
for (String registrant in outOfDate) {
print(' - $registrant');
}
print('\nRun "flutter inject-plugins" in the package that\'s out of date.');
print('$red━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$reset');
exit(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment