Compare commits

..

No commits in common. "701f6dbacf3403855ef01be45f8640829aba3f96" and "c8bcd254ddc8ef0fa1daccd731d9bcf5f0104786" have entirely different histories.

View File

@ -100,7 +100,7 @@ class _MyHomePageState extends State<ListItemMenu> {
var accessToken = prefs.getString("access_token") ?? "";
final List<Events> body = [];
if (accessToken.isNotEmpty) {
DateTime currentDateTime = DateTime.now();
DateTime currentDateTime = new DateTime.now();
var url = Uri.parse(
"${globals.api}/events?current_datetime=${currentDateTime.toString()}");
final response = await http.get(url, headers: {