flutter_native_log_handler 1.1.1 copy "flutter_native_log_handler: ^1.1.1" to clipboard
flutter_native_log_handler: ^1.1.1 copied to clipboard

Listen to native Android and iOS logs (basically listen to stdout/stderr).

1.1.1 #

  • Added namespace to Android builde.gradle

1.1.0 #

  • Bumping versions (mainly freezed 3 upgrade). New min versions are Flutter 3.27 and Dart 3.6.0

1.0.0 #

  • feat(breaking): #30 migrate NativeLogMessageLevel from freezed union to enum (with an int value, making it easier to filter by level). Thanks @bawahakim
  • Android: #31 only run background logcat process when stream is actually subscribed (for you, nothing should really change)
  • #31 #24 Improved exception handling on native Android side. Thanks to @VitaliBov

0.1.2 #

  • fix: Fix #19 (issue when launching on some IDEs where output wouldn't be visible in the IDE anymore). Thanks @benjaminbachmann

0.1.1 #

  • Just some improvements for pub points score

0.1.0 #

  • Initial release