add service for appwrite

This commit is contained in:
2026-02-24 22:38:01 +01:00
parent 487379ed0a
commit 9c8cdb3845
9 changed files with 649 additions and 67 deletions

View File

@@ -0,0 +1,12 @@
class Environment {
static const String appwritePublicEndpoint =
'https://appwrite.joshihomeserver.ipv64.net/v1';
static const String appwriteProjectId = '6894f2b0001f127bab72';
static const String appwriteProjectName = 'Flutter Projects';
static const String appwriteRealtimeCollectionId = '699e0b3d0006563a668b';
static const String appwriteDatabaseId = '68a22ef90021b90f0f43';
static const String appwriteUserEMail = 'wei@a1.net';
static const String appwritePasswd = '123456789';
//static const String locationIQKey = 'pk.dea65023dc6fed25c96902bb97fb231d';
//static const String locationIQBaseUrl = 'https://eu1.locationiq.com/v1/reverse?key=$locationIQKey&';
}