Skip to content

Instantly share code, notes, and snippets.

View cofirazak's full-sized avatar
💭
fell in love with Dart && Flutter

Rodrigues cofirazak

💭
fell in love with Dart && Flutter
View GitHub Profile
@g0rdan
g0rdan / terminator.sh
Last active March 15, 2024 08:27
Ultimate Flutter cleaning
#!/bin/bash
echo "flutter clean ..."
flutter clean
echo "Deleting .flutter-plugins ..."
rm -rf .flutter-plugins
echo "Deleting .packages ..."
rm -rf .packages
echo "Deleting .symlinks ..."
rm -rf ios/.symlinks/