First commit for ltx-flutter

This commit is contained in:
2023-05-20 13:55:28 -07:00
parent e961e9e6a5
commit 98cfbd578d
135 changed files with 5185 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const String APPWRITE_PROJECT_ID = "lifetracker";
const String APPWRITE_DATABASE_ID = "lifetracker-db";
const String APPWRITE_URL = "https://db.ryanpandya.com/v1";
const String COLLECTION = "ryan";