telegram_logger 0.0.1
telegram_logger: ^0.0.1 copied to clipboard
A Flutter package for sending error reports and logs to Telegram with optional screenshots. Perfect for debugging and monitoring your Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2024-07-17 #
Added #
- Initial release of telegram_logger package
- Send error reports to Telegram with
sendError()
method - Send custom log messages with
sendLog()
method - Optional screenshot support for both error reports and logs
- Customizable message templates
- Global Flutter error handling support
- UI overflow error detection
- Comprehensive documentation and examples
Features #
- π¨ Error reporting with stack traces
- π Custom logging capabilities
- πΈ Screenshot integration using screenshot package
- π¨ Customizable message templates
- π§ Easy initialization and setup
- π± Cross-platform support (Android, iOS, Web, Desktop)
- π‘οΈ Built-in error handling for common Flutter errors
Documentation #
- Complete setup guide with Telegram bot creation
- Video tutorial links for bot setup and chat ID retrieval
- Security best practices
- API reference documentation
- Multiple usage examples