Microtask loop error when trying to open menu drawer in flutter app
When I try to open the menu on my homepage, numerous errors are thrown, specifically microtaskLoop exceptions, causing the app to crash. The menu was working perfectly fine before, but I think adding in a StreamSubscription may have caused the error.