static String getFullDate(DateTime dateTime) { var formatter = DateFormat('EEEE dd MMM, yyyy'); return formatter.format(dateTime.toLocal()); }