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 clean
  • flutter 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
Installs
6
GitHub Stars
98
First Seen
Feb 28, 2026
clean — keychat-io/keychat-app