var jewishCalendar = JewishCalendar();
jewishCalendar.setInIsrael(true);
var hebrewDateFormatter = HebrewDateFormatter()..hebrewFormat = true;
var parasha = hebrewDateFormatter.formatWeeklyParsha(jewishCalendar);
print(parasha);
even if you change to FALSE it still shows the same.
jewishCalendar.setInIsrael(false);
there is currently a difference between israel and the rest of the world.
even if you change to FALSE it still shows the same.
jewishCalendar.setInIsrael(false);
there is currently a difference between israel and the rest of the world.