clean
Installation
SKILL.md
Clean build artifacts and reset the project state.
Commands
Full clean with melos
melos run clean:flutter
This runs in all Flutter packages:
flutter cleanflutter pub get- Removes
ios/Podfile.lock - Runs
pod repo update && pod install
Quick clean for app only
cd packages/app && flutter clean && flutter pub get