flutter dart fix Don't use 'BuildContext's across async gaps.

Author: Anonymous Publish Time : 2024.10.28 23:12:19 Updated Time : 2024.10.28 23:12:19

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.

Comment
Login To Comment

No Comments