Flutter – JSON File not being found even when being being declared properly
I"m trying to create a calendar api that grabs the events from a week ahead and displays them in advance. The googleCalendarAPi.json contains the data for the service account that grabs the data from the calendar. Future<void> initializeCalendarApi() async {…