|
|
|
|
@ -5,6 +5,7 @@ import 'package:doctor_app_flutter/util/translations_delegate_base.dart';
|
|
|
|
|
import 'package:firebase_analytics/firebase_analytics.dart';
|
|
|
|
|
import 'package:firebase_analytics/observer.dart';
|
|
|
|
|
import 'package:firebase_core/firebase_core.dart';
|
|
|
|
|
import 'package:flutter/cupertino.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
import 'package:flutter_localizations/flutter_localizations.dart';
|
|
|
|
|
import 'package:hexcolor/hexcolor.dart';
|
|
|
|
|
@ -56,6 +57,8 @@ class MyApp extends StatelessWidget {
|
|
|
|
|
TranslationBaseDelegate(),
|
|
|
|
|
GlobalMaterialLocalizations.delegate,
|
|
|
|
|
GlobalWidgetsLocalizations.delegate,
|
|
|
|
|
GlobalCupertinoLocalizations.delegate,
|
|
|
|
|
DefaultCupertinoLocalizations.delegate
|
|
|
|
|
],
|
|
|
|
|
supportedLocales: [
|
|
|
|
|
const Locale('ar', ''), // Arabic
|
|
|
|
|
|