telegram_mini_app 0.0.2
SDKflutter
Platformweb
Simple library for build telegram mini app(web app) with Flutter easier.
Flutter Telegram Mini App
Build telegram mini app(web app) with Flutter.
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>
Checkout details of available telegram_web apis here
TODO
Add complete documentation, for now checkout \example folder
Setup for development
- To test in telegram while development/debugging, enable debugging in telegram webApp, checkout this post
Additional information
This is Just The Initial Version feel free to Contribute or Report any Bug!