/// مرجع معلومات التطبيق ورقم الإصدار الموحد. abstract final class AppInfo { static const String name = 'Tripz'; static const String version = '1.0.0'; static const int buildNumber = 1; /// الصيغة المنسقة لرقم الإصدار (مثل v1.0.0). static String get formattedVersion => 'v$version'; }