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 33 forks source link

dependency old? #55

Closed leejonggun closed 1 year ago

leejonggun commented 1 year ago

When I build my flutter app, I got this error.

I can confirm the com.github.umair13adil:RxLogs has v1.0.18, as you know. ref) https://github.com/umair13adil/RxLogs/tree/v1.0.18

Could you take a look of this build.gradle? https://github.com/umair13adil/flutter_logs/blob/master/android/build.gradle#L50 Wonder if 1.0.18 fine or not, is it v1.0.18?

willyfromtheblock commented 1 year ago

Started to get this issue as well in my github actions pipeline for api level 30 and 31

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.github.umair13adil:RxLogs:1.0.18.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - https://repo.maven.apache.org/maven2/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - file:/Users/runner/hostedtoolcache/flutter/stable-3.13.2-x64/.pub-cache/hosted/pub.dev/background_fetch-1.2.0/android/libs/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - https://storage.googleapis.com/download.flutter.io/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - file:/Users/runner/work/peercoin_flutter/peercoin_flutter/android/app/libs/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
       - https://jitpack.io/com/github/umair13adil/RxLogs/1.0.18/RxLogs-1.0.18.pom
     Required by:
         project :app > project :flutter_logs

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
EduardoAlberti commented 1 year ago

same issue here, any work around?

neiljaywarner commented 1 year ago

same here gitlab ci/cd pipeline, also even weirder (to me) it seems intermittent

leejonggun commented 1 year ago

flutter_logs in my app still try to resolve 1.0.18... Need a version update to 2.1.11? I think your fix(https://github.com/neiljaywarner/flutter_logs/commit/c7c69f10829558e9baa2f723597cc9b304746b2b) is fine, but it doesn't fix my app... Hmm

neiljaywarner commented 1 year ago

Does pubspeck.lock say the new version number? I had a bit of that at first which is why I bumped the version but yeah a full release would be great

....sent from my phone

On Thu, Sep 7, 2023, 11:58 PM leejonggun @.***> wrote:

flutter_logs in my app still try to resolve 1.0.18... Need a version update to 2.1.11? I think your @.*** https://github.com/neiljaywarner/flutter_logs/commit/c7c69f10829558e9baa2f723597cc9b304746b2b) is fine, but it doesn't fix my app... Hmm

— Reply to this email directly, view it on GitHub https://github.com/umair13adil/flutter_logs/issues/55#issuecomment-1711075093, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXBGYPEFAF2RO3ZVXXAZC3XZKQVTANCNFSM6AAAAAA4OSG5AA . You are receiving this because you commented.Message ID: @.***>

pasarsegar commented 1 year ago

same over here, could not integrate what I need :-(

leejonggun commented 1 year ago

PR57(https://github.com/umair13adil/flutter_logs/pull/57) is merged. my app build success! :) Thank you.