flutter_telegram_bot 0.0.1
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}