telegram_bot_crashlytics 1.3.4 telegram_bot_crashlytics: ^1.3.4 copied to clipboard
A Flutter package that automatically sends bad HTTP responses from API requests directly to your Telegram group for easier monitoring and debugging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add telegram_bot_crashlytics
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
telegram_bot_crashlytics: ^1.3.4
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:telegram_bot_crashlytics/telegram_bot_crashlytics.dart';