Refactor Flutter app architecture
Build and deploy Flutter Web / build (push) Successful in 3m7s

This commit is contained in:
Ruslan Bakiev
2026-06-12 14:25:24 +07:00
parent be41f74b33
commit 5e78a134b0
17 changed files with 821 additions and 751 deletions
@@ -0,0 +1,17 @@
String telegramInitData() => '';
String telegramLoginData() => '';
String mapflowSessionToken() => '';
String telegramLoginTokenFromUrl() => '';
void saveMapflowSessionToken(String token) {}
void clearMapflowSession() {}
void configureTelegramWebApp() {}
void openExternalUrl(String url) {}
void reloadApp() {}