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
@cofirazak
cofirazak / terminator.sh
Created March 15, 2024 08:26 — forked from g0rdan/terminator.sh
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/