نسخة كاملة من مستودع سيرو عند ecfe7568 لتكون أساس تطبيق «انطلق». نُسخ المتعقَّب في git فقط (12,509 ملفاً / 302 م.ب) بـ git archive، لا `cp -r` — فاستُثنيت تلقائياً مخلفات البناء (build · node_modules · .dart_tool · .gradle · Pods ≈ 10.7 غ.ب) وكل ما يستثنيه .gitignore. هذا الكوميت **بلا أي تعديل عمداً** حتى يكون كل ما يليه فرقاً مقروءاً مقابل سيرو الأصلي. سيرو نفسه لم يُمسّ. ⚠️ لا يبني بعد: `.env` و`lib/env/env.g.dart` غير متعقَّبين في سيرو (وهذا صحيح — أسرار لكل مستأجر). كل تطبيق فلاتر هنا يحتاج .env خاصاً بانطلق ثم توليد env.g.dart عبر build_runner. لا تُنسخ أسرار سيرو. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
# INTRODUCTION
|
|
#
|
|
# This is the Flutter and Dart telemetry reporting
|
|
# configuration file.
|
|
#
|
|
# Lines starting with a #" are documentation that
|
|
# the tools maintain automatically.
|
|
#
|
|
# All other lines are configuration lines. They have
|
|
# the form "name=value". If multiple lines contain
|
|
# the same configuration name with different values,
|
|
# the parser will default to a conservative value.
|
|
|
|
# DISABLING TELEMETRY REPORTING
|
|
#
|
|
# To disable telemetry reporting, set "reporting" to
|
|
# the value "0" and to enable, set to "1":
|
|
reporting=1
|
|
|
|
# NOTIFICATIONS
|
|
#
|
|
# Each tool records when it last informed the user about
|
|
# analytics reporting and the privacy policy.
|
|
#
|
|
# The following tools have so far read this file:
|
|
#
|
|
# dart-tools (Dart CLI developer tool)
|
|
# devtools (DevTools debugging and performance tools)
|
|
# flutter-tools (Flutter CLI developer tool)
|
|
#
|
|
# For each one, the file may contain a configuration line
|
|
# where the name is the code in the list above, e.g. "dart-tool",
|
|
# and the value is a date in the form YYYY-MM-DD, a comma, and
|
|
# a number representing the version of the message that was
|
|
# displayed. |