Files
tripz/lib/constant/info.dart
Hamza-Ayed 5f402a0b65 9/17/1
2023-09-17 18:42:51 +03:00

9 lines
310 B
Dart

class AppInfo {
static const String companyName = 'Mobile-App';
static const String appName = 'SEFER';
static const String phoneNumber = '962798583052';
static const String linkedInProfile =
'https://www.linkedin.com/in/hamza-ayed/';
static const String website = 'https://mobile-app.store';
}