twa 1.0.1 copy "twa: ^1.0.1" to clipboard
twa: ^1.0.1 copied to clipboard

Platformweb

Flutter Telegram Web App

Flutter Telegram Web App #

pub package

Build telegram web apps in flutter using twa library

Getting Started #

  1. Import Library in your pubspec.yaml
  2. And add this line in web/index.html
<head>
    <script src="https://telegram.org/js/telegram-web-app.js" defer=""></script>
</head>