logging_to_logcat 1.1.0 copy "logging_to_logcat: ^1.1.0" to clipboard
logging_to_logcat: ^1.1.0 copied to clipboard

PlatformAndroid

Adds activateLogcat() method to logging's Logger class which results in everything that's logged to Logger being displayed by Android's logcat.

1.1.0 #

  • Update the Android plugin and example for current Flutter and Android build tooling.
  • Improve native method-channel validation and add coverage for forwarded records.
  • Restore the example's live, on-screen log display.

1.0.4 #

Fixes issues with JVM-target compatibility.

1.0.3 #

Fixes issues.

1.0.2 #

Recreated empty AndroidManifest.xml file for backward compatibility.

1.0.1 #

Moved package declaration from AndroidManifest.xml to build.gradle because of gradle 8 requirement.

1.0.0 #

Updated the example app to Dart 3.0.

0.1.1 #

Improved function documentation.

0.1.0 #

Update libraries and moving to the v2 plugins API

0.0.5 #

Provide a larger example in the README.md

0.0.4 #

Adds dartdoc comments and makes LoggerToLogcat private which doesn't need to be exposed

12
likes
160
points
5.16k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Adds activateLogcat() method to logging's Logger class which results in everything that's logged to Logger being displayed by Android's logcat.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, logging

More

Packages that depend on logging_to_logcat

Packages that implement logging_to_logcat