Future<void> activateFromHosted(String package) async { print('Activating from hosted...'); await run('dart', [ 'pub', 'global', 'activate', '--overwrite', package, ]); }