Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve following issues: info • example/lib/main.dart:78:23 • 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. • use_build_context_synchronously info • example/lib/main.dart:102:23 • 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. • use_build_context_synchronously
- Loading branch information