finalized before open app on startup

faiz_kiosk
FaizHashmiCS22 10 months ago
parent 5427c5e80d
commit e72910f382

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -100,6 +100,8 @@ class TextToSpeechServiceImp implements TextToSpeechService {
}
if (isNeedToBreakVoiceForArabic) {
await textToSpeechInstance.awaitSpeakCompletion(true);
isSpeechCompleted = false;
if (preVoice.isNotEmpty) {
await textToSpeechInstance.speak("$preVoice ");

@ -266,9 +266,7 @@ class ScreenConfigViewModel extends ChangeNotifier {
}
}
if (globalConfigurationsModel.isPrayerTimeReq) {
getNextPrayerToShow();
}
getNextPrayerToShow();
});
}
@ -282,7 +280,7 @@ class ScreenConfigViewModel extends ChangeNotifier {
}
Future<void> createAutoTickets({required int numOfTicketsToCreate}) async {
int startTicket = 123456980;
int startTicket = 123457000;
for (int i = 0; i < numOfTicketsToCreate; i++) {
GenericRespModel? response = await screenDetailsRepo.createNextTickets(ticketNumber: startTicket);

Loading…
Cancel
Save