umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
40 stars 32 forks source link

v2.2.0, compile error with checkDebugDuplicateClasses #78

Open yoer opened 1 month ago

yoer commented 1 month ago

Steps:

  1. flutter create exampleproject
  2. add flutter_logs, and it will show above error.

Launching lib/main.dart on HMA L29 in debug mode... Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

BUILD FAILED in 9s Error: Gradle task assembleDebug failed with exit code 1

wagnerjk commented 1 month ago

Try copying this package to your project directory and making the changes in this PR #72 to see if it solves your problem.