Initial commit

This commit is contained in:
2025-11-10 07:18:20 +01:00
commit 4a8774fa0a
208 changed files with 7586 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class Environment {
static const String appwritePublicEndpoint = '[appwritePublicEndpoint]';
static const String appwriteProjectId = '[appwriteProjectId]';
static const String appwriteProjectName = '[appwriteProjectName]';
}