I want to open an telegram bot from Flutter app. How can I do it?
Text('Join @SomeBot first, to get app results in Telegram!')
How to make an opening by onTap text?
I resolve problem with url_launcher plugin
onPressed: () => launch(
"https://t.me/SomeBot",
forceSafariVC: false)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With