This VS Code extension automates the process of managing Flutter packages by running flutter clean and flutter pub get commands when a new package is added to the pubspec.yaml file. also handles stopping and restarting the Flutter debugging session and emulator.
Usage
Press on 'Cntrl' + 'Shift' + 'P' and type 'cleanerf' then Press 'Enter'
A notification will appear prompting you to run flutter clean and flutter pub get.
Select "Yes" to:
Stop the current debugging session (if active).
Execute flutter clean and flutter pub get.
Restart the debugging session if it was active.
Feedback and Support
If you encounter any issues or have suggestions, please contact me : 'linkedin.com/in/yazid-rabah-bouzida-303374207/'