crashlog 1.3.0 copy "crashlog: ^1.3.0" to clipboard
crashlog: ^1.3.0 copied to clipboard

A comprehensive Flutter package for capturing errors, console logs, and screenshots with cross-platform support and dev report functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add crashlog

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

dependencies:
  crashlog: ^1.3.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:crashlog/crashlog.dart';
0
likes
130
points
173
downloads

Publisher

verified publishermaheshlangote.in

Weekly Downloads

A comprehensive Flutter package for capturing errors, console logs, and screenshots with cross-platform support and dev report functionality.

Repository (GitHub)
View/report issues

Topics

#error-handling #logging #debugging #crash-reporting #screenshots

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

device_info_plus, flutter, json_annotation, package_info_plus, path_provider, screenshot, share_plus

More

Packages that depend on crashlog