Skip to content

Merge branch 'saber-notes:main' into main #6

Merge branch 'saber-notes:main' into main

Merge branch 'saber-notes:main' into main #6

Triggered via push March 26, 2025 20:43
Status Success
Total duration 4m 44s
Artifacts

tests.yml

on: push
Run Flutter tests
4m 35s
Run Flutter tests
Fit to window
Zoom out
Zoom in

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.