You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@iamriajul Current prayer should be isha instead dhuhr:
I/flutter ( 2706): Current Prayer Prayer.dhuhr
I/flutter ( 2706): Current Prayer Time by DateFormat 11:58:00 AM
I/flutter ( 2706): Current Time 9:24:00 PM
with
print("Current Prayer ${prayerTimes.currentPrayer()}");
print("Current Prayer Time by DateFormat ${DateFormat.jms().format(prayerTimes.dhuhr)}");
print("Current Time ${DateFormat.jms().format(DateTime.now())}");
Always getting output
with
The text was updated successfully, but these errors were encountered: