flutter_telegram_bot 0.0.1 copy "flutter_telegram_bot: ^0.0.1" to clipboard
flutter_telegram_bot: ^0.0.1 copied to clipboard

Telegram API package

telegram_service #

A simple Dart/Flutter package to send error reports via a Telegram bot.

Features #

  • Send error reports directly to a Telegram channel or user.
  • Includes user info, server info, device info, and request details.
  • Uses Dio for HTTP requests.

Installation #

Add this to your pubspec.yaml:

dependencies:
  telegram_service: ^0.0.1


Example Message (Telegram)
🚫 ERROR 500 🚫
Invalid credentials

➡➡➡ GENERAL ⬅⬅⬅
Server: Server-1
User: Alice

➡➡➡ DEVICE INFO ⬅⬅⬅
Brand: Samsung
Model: S24
OS: Android 14

➡➡➡ REQUEST ⬅⬅⬅
End Point: /api/login
Method: POST
Body Data: {username: test}
1
likes
0
points
16
downloads

Publisher

verified publishercinar.fun

Weekly Downloads

Telegram API package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on flutter_telegram_bot