Merge branch 'saber-notes:main' into main #6
Annotations
1 notice
Don't use 'BuildContext's across async gaps.:
lib/components/settings/settings_directory_selector.dart#L144
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|