Rocco Labellarte
ย ยทย Never Give Up, Never Surrender

Don't use 'BuildContext's across async gaps.

Troubleshooting

I'm getting multiple informational warnings in VSCode:


"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."

Does anyone have a suggestion on how to deal with this issue?

What have you tried so far?
Did you check FlutterFlow's Documentation for this topic?
Yes
2