Flutter Telegram Web App Build telegram web apps in flutter using twa library Getting Started Import Library in your pubspec.yaml And add this line in web/index.html <head> <script src="https://telegram.org/js/telegram-web-app.js" defer=""></script> </head>