Skip to content

Conversation

@goderbauer
Copy link
Member

Fixes #10783

/cc @sethladd

@sethladd
Copy link
Contributor

YES

@chinmaygarde
Copy link
Member

This wont clean up platform specific build system intermediates. For example,

android/app/src/main/java/*
android/gen/
android/local.properties
ios/Flutter/App.framework/
ios/Flutter/Flutter.framework/
ios/Flutter/Generated.xcconfig
ios/Flutter/app.flx
ios/Frameworks/
ios/Runner/GeneratedPluginRegistrant.h
ios/Runner/GeneratedPluginRegistrant.m
ios/ServiceDefinitions.json

Copy link
Contributor

@tvolkert tvolkert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chinmaygarde, that's true, but it's also true of the current flutter build clean. I filed #12631 to track.

addSubcommand(new BuildCleanCommand());
addSubcommand(new BuildIOSCommand());
addSubcommand(new BuildFlxCommand(verboseHelp: verboseHelp));
addSubcommand(new CleanCommand()); // here for backwards compatibility.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to keep backwards compatibility here - if someone was using flutter build clean and wonders where it went, I imagine they'll find it in flutter clean 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, removed.

@goderbauer goderbauer merged commit 1eed6df into flutter:master Oct 19, 2017
@goderbauer goderbauer deleted the clean branch October 19, 2017 18:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not clear how to "clean" my flutter project, and remove all generated/built artifacts

5 participants