Simplify flutter starter

This commit is contained in:
Khushboo Verma
2025-08-08 19:27:22 +05:30
parent c0cae9fcb7
commit 9453e45ced
6 changed files with 50 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
class Environment {
static const String appwriteEndpoint = 'appwrite-endpoint';
static const String appwriteProjectId = 'appwrite-project-id';
static const String appwriteProjectName = 'appwrite-project-name';
}