Initial Flutter project added

This commit is contained in:
Abhishek Mali
2025-11-28 10:14:30 +05:30
commit 1df218c097
141 changed files with 5679 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
class ApiConfig {
// Android emulator (use 10.0.2.2), change for physical device or iOS simulator
static const String baseUrl = "http://10.0.2.2:8000/api";
}