Skip to content

Commit

Permalink
update README.md 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadBeltaje committed Aug 20, 2024
1 parent 8329dcd commit dd1f47d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@


# Install 🍉
- Install the package globally
- Install the package globally:

For the new versiosn of flutter:
```bash
dart pub global activate gaza_flutter_cleaner
```
For the old versiosn of flutter (equal or older than 3.16.9):
```bash
dart pub global activate gaza_flutter_cleaner
dart pub global activate --source git https://github.com/EmadBeltaje/gaza_flutter_cleaner.git --git-ref support_old_flutter_versions
```
</br>

- Run clean command on your root folder (folder that hold your flutter projects)

```bash
Expand All @@ -27,5 +34,5 @@
### [Emad Beltaje](https://github.com/EmadBeltaje)

# Support 🧡
Dont forget to like the [package](https://pub.dev/packages/gaza_flutter_cleaner) 👍🏻
and star the [repo](https://github.com/EmadBeltaje/gaza_flutter_cleaner) ⭐️
Dont forget to like the [package](https://pub.dev/packages/gaza_flutter_cleaner) 👍🏻
and star the [repo](https://github.com/EmadBeltaje/gaza_flutter_cleaner) ⭐️

0 comments on commit dd1f47d

Please sign in to comment.