chat support

This commit is contained in:
Abhishek Mali
2025-12-15 11:10:52 +05:30
parent 9faf983b95
commit bb81269140
12 changed files with 612 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ class AppConfig {
static const String logoUrlEmulator = "http://10.0.2.2:8000/images/kent_logo2.png";
// For Physical Device (Replace with your actual PC local IP)
static const String logoUrlDevice = "http://10.207.50.74:8000/images/kent_logo2.png";
static const String logoUrlDevice = "http://10.11.236.74:8000/images/kent_logo2.png";
// Which one to use?
static const String logoUrl = logoUrlDevice; // CHANGE THIS WHEN TESTING ON REAL DEVICE