Add debug mode

This commit is contained in:
problematicconsumer
2023-08-24 16:18:05 +03:30
parent 9ba970493f
commit 4563fc5584
8 changed files with 118 additions and 20 deletions

View File

@@ -8,3 +8,5 @@ final concurrentTestCountProvider = PrefNotifier.provider(
"concurrent_test_count",
Defaults.concurrentTestCount,
);
final debugModeProvider = PrefNotifier.provider("debug_mode", false);