Skip to content

Instantly share code, notes, and snippets.

View oashrafouad's full-sized avatar

Omar Ashraf oashrafouad

View GitHub Profile
@oashrafouad
oashrafouad / README.md
Last active July 22, 2024 20:08
Clean Flutter Projects

Usage

You provide this script with a base folder that contains multiple Flutter projects, and it iterates through each project folder running flutter clean in each one. Run the script and watch it do its (really simple) magic.

Steps

Windows

  1. Download the ZIP file and open PowerShell at the extracted folder.
  2. Execute the .ps1 script with .\clean_flutter_projects.ps1 and provide path of the base folder as argument.