1-bottom sheet
2- on tap location
3- swipe widget
This commit is contained in:
2025-04-14 16:23:09 +03:30
parent 28d43aa027
commit cf4dfb23ea
28 changed files with 349 additions and 68 deletions

17
copyAssets.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
SOURCE_FILE="lib/presentation/common/assets.dart"
TARGET_DIR="packages/core/lib/presentation/common/assets.dart"
echo "--- Starting File Operations ---"
echo " 💀 Attempting to delete '$FILE_PATH_TO_DELETE'..."
rm -fv "$FILE_PATH_TO_DELETE"
echo "✅ Deletion step complete (file removed if it existed)."
echo "Attempting to copy source(s) to '$TARGET_DIR'..."