mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Since verify_exported.dart is not run with assertions enabled, replace the assertions with runtime checks and appropriate error messages: * Adds a check for valid arguments and emits usage otherwise * Adds a check for the presence of the out/ directory and exits with error if it does not exist.