Initialer Commit: Projekt Start
This commit is contained in:
7
lib/env.dart
Normal file
7
lib/env.dart
Normal 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');
|
||||
|
||||
Reference in New Issue
Block a user