Initialer Commit: Projekt Start

This commit is contained in:
Tim Leikauf
2026-01-03 15:24:36 +01:00
commit 3773f94303
168 changed files with 228080 additions and 0 deletions

7
lib/env.dart Normal file
View File

@@ -0,0 +1,7 @@
// Environment Variables
// Diese Datei wird für Umgebungsvariablen verwendet (falls benötigt)
// Du kannst hier Umgebungsvariablen definieren, falls du sie später brauchst
// Beispiel:
// const String apiUrl = String.fromEnvironment('API_URL', defaultValue: 'https://hyggecraftery.com');