error_logger_with_bot 1.0.0 copy "error_logger_with_bot: ^1.0.0" to clipboard
error_logger_with_bot: ^1.0.0 copied to clipboard

Flutter package for sending error logs and custom messages to Telegram bot. Easy setup, detailed device info, and automatic fallback support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add error_logger_with_bot

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  error_logger_with_bot: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:error_logger_with_bot/error_logger_with_bot.dart';
1
likes
120
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for sending error logs and custom messages to Telegram bot. Easy setup, detailed device info, and automatic fallback support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, package_info_plus

More

Packages that depend on error_logger_with_bot