2023-02-12 21:39:29
Don’t use ‘BuildContext’s across async gaps. (Documentation) Try rewriting the code to not reference the ‘BuildContext’. Solution Add if(context.mounted) before the Navigator related code. But basic...