Template
Simplify flutter starter
This commit is contained in:
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user