قرار المالك 2026-07-27: باك إند سيرو PHP هو المعتمد، وتطبيقاته المجرّبة ميدانياً تحل محل إعادة البناء المؤرشفة. سيرو نفسه لم يُمسّ. الخريطة: backend · payment_server · loction_server · ride_server · passenger_server · docker · dashboard · stress_test → الجذر siro_rider → apps/rider siro_driver → apps/driver siro_admin → dashboards/admin siro_service → dashboards/service android_bot → apps/android_bot socialBot → apps/socialBot نُسخ المتعقَّب في git سيرو فقط عبر `git archive` (3,198 ملفاً / ~169 م.ب) لا `cp -r` — فاستُثنيت مخلفات البناء تلقائياً. بلا أي تعديل محتوى عمداً: كل ما يلي يصير فرقاً مقروءاً مقابل المصدر. لم يُستورد وسببه: siromove.com (الموقع التسويقي يبقى marketing/ في تريبز، سيرو فيه 8 ملفات) · docs و planning (تريبز له docs/ الخاص) · deploy.sh (ليس نشراً على سيرفر بل `git add . && git push origin --all` — فخّ في مستودع آخر) · transit_dashboard (بانتظار قرار مصير backend-transit و dashboards/transit-web). ⚠️ لا يبني بعد — ثلاثة نواقص متوقعة ومقصودة: 1. `.env` و `lib/env/env.g.dart` غير متعقَّبين في سيرو (أسرار لكل مستأجر): كل تطبيق فلاتر يحتاج .env خاصاً ثم توليد env.g.dart بـ build_runner. 2. إعدادات Firebase (9 ملفات google-services.json و GoogleService-Info.plist) يستبعدها .gitignore تريبز — ولكل مستأجر مشروع Firebase خاص أصلاً. 3. apps/driver في سيرو يشير إلى `../../Intaleq/packages/get` خارج المستودع → يجب ضمّ الحزم داخله أسوة بـ apps/rider. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
107 lines
3.6 KiB
YAML
107 lines
3.6 KiB
YAML
name: siro_admin
|
|
description: "A new Flutter project."
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
# The following defines the version and build number for your application.
|
|
# A version number is three numbers separated by dots, like 1.2.43
|
|
# followed by an optional build number separated by a +.
|
|
# Both the version and the builder number may be overridden in flutter
|
|
# build by specifying --build-name and --build-number, respectively.
|
|
# In Android, build-name is used as versionName while build-number used as versionCode.
|
|
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
|
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
|
|
# Read more about iOS versioning at
|
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
|
# In Windows, build-name is used as the major, minor, and patch parts
|
|
# of the product and file versions while build-number is used as the build suffix.
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.3.2 <4.0.0"
|
|
|
|
# Dependencies specify other packages that your package needs in order to work.
|
|
# To automatically upgrade your package dependencies to the latest versions
|
|
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
|
# dependencies can be manually updated by changing the version numbers below to
|
|
# the latest version available on pub.dev. To see which dependencies have newer
|
|
# versions available, run `flutter pub outdated`.
|
|
dependencies:
|
|
# agora_rtc_engine: ^6.3.0
|
|
# device_info_plus: ^10.1.0
|
|
secure_string_operations:
|
|
path: ./secure_string_operations
|
|
dio: ^5.4.3+1
|
|
envied: ^1.0.0
|
|
firebase_core: ^3.9.0
|
|
firebase_messaging: ^15.1.6
|
|
fl_chart: ^0.70.0
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_launcher_icons: ^0.14.2
|
|
# flutter_local_notifications: ^17.1.1
|
|
flutter_secure_storage: ^9.0.0
|
|
get: ^4.6.6
|
|
get_storage: ^2.1.1
|
|
google_fonts: ^6.2.1
|
|
# google_maps_flutter: ^2.6.1
|
|
flutter_map: ^7.0.0 # مكتبة OpenStreetMap للفلاتر
|
|
latlong2: ^0.9.1
|
|
http: ^1.0.0
|
|
crypto: ^3.0.3
|
|
# image: ^4.1.7
|
|
image_cropper: ^8.0.2
|
|
image_picker: ^1.1.1
|
|
intl: ^0.19.0
|
|
local_auth: ^2.2.0
|
|
# location: ^6.0.1
|
|
path: ^1.9.0
|
|
sqflite: ^2.3.3+1
|
|
url_launcher: ^6.2.6
|
|
# webview_flutter: ^4.7.0
|
|
firebase_crashlytics: ^4.2.0
|
|
flutter_image_compress: ^2.3.0
|
|
jwt_decoder: ^2.0.1
|
|
encrypt: ^5.0.3
|
|
device_info_plus: ^11.5.0
|
|
flutter_staggered_animations: ^1.1.1
|
|
jailbreak_root_detection: ^1.1.5
|
|
package_info_plus: ^4.0.2
|
|
flutter_widget_from_html_core: ^0.15.1
|
|
|
|
image: any
|
|
path_provider: any
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
envied_generator: ^1.0.0
|
|
build_runner: ^2.4.6
|
|
|
|
flutter_launcher_icons:
|
|
android: "ic_launcher" # Changed to ic_launcher
|
|
ios: true
|
|
image_path: "assets/images/logo.png"
|
|
min_sdk_android: 21
|
|
adaptive_icon_background: "#ffffff" # Optional: for adaptive icons on Android
|
|
adaptive_icon_foreground: "assets/images/logo.png" # Optional: for adaptive icons
|
|
web:
|
|
generate: true
|
|
image_path: "assets/images/logo.png"
|
|
background_color: "#ffffff"
|
|
theme_color: "#000000"
|
|
windows:
|
|
generate: true
|
|
image_path: "assets/images/logo.png"
|
|
icon_size: 48
|
|
macos:
|
|
generate: true
|
|
image_path: "assets/images/logo.png"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/
|
|
- assets/images/
|