Add configuration files and update authentication service error handling

- Introduced .vscode/settings.json and .vscode/launch.json for IDE configuration.
- Updated DebugAuthInterface and ArcaneAuthenticationService to return const Result.ok() for consistency.
- Added ArcaneTheme class for theme management.
- Updated pubspec.yaml to change result_monad dependency version.
- Modified authentication_service_test to return const Result.ok() in mock setups.

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-05-07 21:03:50 +02:00
parent 1e84e8f648
commit f5056c36df
7 changed files with 89 additions and 33 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"dart.flutterSdkPath": "/Users/hans/.puro/envs/stable/flutter",
"dart.sdkPath": "/Users/hans/.puro/envs/stable/flutter/bin/cache/dart-sdk"
}