integrate docs

This commit is contained in:
Fabian Freund
2025-06-25 12:36:01 +02:00
parent 1c9cd3e4f9
commit c29031a15d
4 changed files with 36 additions and 0 deletions
+3
View File
@@ -9,3 +9,6 @@ Color lightSeedColorFallback(Ref ref) => const Color(0xFF167C80);
@Riverpod(keepAlive: true)
Color darkSeedColorFallback(Ref ref) => const Color(0xFF167C80);
@Riverpod(keepAlive: true)
Uri docsUri(Ref ref) => Uri.parse('https://docs.weblibre.eu/');