feat : new bottom sheet V1
This commit is contained in:
9
tools/pubspecAll.sh
Normal file
9
tools/pubspecAll.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Navigate to the project root (assuming tools is one level below root)
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
# Find all pubspec.yaml files, print their directories, and run flutter pub get
|
||||
#find . -name "pubspec.yaml" -exec sh -c 'echo "Running flutter pub get in $(dirname {}) 🙂🙂🙂🙂🙂"; cd $(dirname {}) ; flutter pub get' \;
|
||||
|
||||
find . -name "pubspec.yaml" -exec sh -c 'echo "Running flutter pub get in $(dirname {}) ⬆️🆙🆙🆙⬆️"; cd $(dirname {}) ; flutter pub upgrade' \;
|
||||
Reference in New Issue
Block a user