Replace Telegram widget with bot login
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m22s

This commit is contained in:
Ruslan Bakiev
2026-05-08 19:32:01 +07:00
parent cd62a0a428
commit 5f33a5e880
9 changed files with 276 additions and 95 deletions

View File

@@ -9,6 +9,6 @@ void main() {
await tester.pump();
expect(find.text('MapFlow'), findsOneWidget);
expect(find.text('Telegram'), findsOneWidget);
expect(find.text('Войти через Telegram'), findsOneWidget);
});
}