Skip to content

Shell script is used to deep clean a Flutter project

Notifications You must be signed in to change notification settings

chungxon/flutter_cleanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Cleaner Script

Shell script is used to deep clean a Flutter project

Another alternative to Melos or Puby

Features

  • Scan all Flutter projects in your directory
  • Run flutter clean in all projects
  • Remove all native-related files and folders
    • ios/Pods
    • ios/Podfile.lock
    • ios/.symlinks
    • android/.gradle
    • android/build
    • pubspec.lock
    • build
    • macos/Pods
    • macos/Podfile.lock
    • macos/.symlinks

Installation

  • Place scripts in your root project directory

Usage

1. Clean

  • Run the command sh flutter_clean.sh to deep clean current Flutter project, include all nested projects
  • Run the command sh flutter_clean.sh false to clean current Flutter project only

2. Get

  • Run the command sh flutter_get.sh to get all Flutter projects
  • Run the command sh flutter_get.sh true to get all Flutter project and run pod install after getting

3. Reset

  • Run the command sh flutter_reset.sh to clean and then get all Flutter projects in your current directory

About

Shell script is used to deep clean a Flutter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages