Don't use 'BuildContext's across async gaps in Flutter warning doesn't go away
Flutter gives me the warning "Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check". The warning is in my app twice and I can't make any…