app_crash_logs_to_teams 1.0.4 copy "app_crash_logs_to_teams: ^1.0.4" to clipboard
app_crash_logs_to_teams: ^1.0.4 copied to clipboard

A Dart package to send app crash logs and error details to Microsoft Teams for monitoring.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_crash_logs_to_teams

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

dependencies:
  app_crash_logs_to_teams: ^1.0.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:app_crash_logs_to_teams/const.dart';
import 'package:app_crash_logs_to_teams/main.dart';
import 'package:app_crash_logs_to_teams/teams_integration.dart';
1
likes
150
points
313
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package to send app crash logs and error details to Microsoft Teams for monitoring.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, device_info_plus, flutter, http

More

Packages that depend on app_crash_logs_to_teams