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

CI/CD pipeline - flutter app #77

Closed hamzaoubouzid closed 2 months ago

hamzaoubouzid commented 3 months ago

Hi , I am currently working on setting up a CI/CD pipeline using Jenkins and have encountered an issue during the release of the APK. Specifically, I am receiving the following error: Capture

kwaku-pistis commented 2 months ago

Also facing the same issue with codemagic

aberutti-convorelay commented 2 months ago

Also facing this issue. In the past this PR(#57 ) solved it

kwaku-pistis commented 2 months ago

any idea how I can use this PR(#57) in my code? and what version of flutter_logs should I downgrade to?

aberutti-convorelay commented 2 months ago

any idea how I can use this PR(#57) in my code? and what version of flutter_logs should I downgrade to?

@kwaku-pistis well, if you need to solve this asap you should fork this repo and change the dependency "com.github.umair13adil:RxLogs:1.0.20" for "com.github.umair13adil:RxLogs:1.0.23" in the build gradle

kwaku-pistis commented 2 months ago

any idea how I can use this PR(#57) in my code? and what version of flutter_logs should I downgrade to?

@kwaku-pistis well, if you need to solve this asap you should fork this repo and change the dependency "com.github.umair13adil:RxLogs:1.0.20" for "com.github.umair13adil:RxLogs:1.0.23" in the build gradle

@aberutti-convorelay thank you

karlleach commented 2 months ago

the url is wrong should be https://[jitpack.io/com/github/umair13adil/RxLogs/v1.0.20/RxLogs-1.0.20.aar](https://jitpack.io/com/github/umair13adil/RxLogs/v1.0.20/RxLogs-1.0.20.aar)

hamzaoubouzid commented 2 months ago

Hi @kwaku-pistis and @aberutti-convorelay I have resolved the issue. It was related to the packages you installed in the project

aberutti-convorelay commented 2 months ago

@hamzaoubouzid Hi. Can you elaborate please? How do you resolve it?

TecLinkAutomacao commented 2 months ago

Hi, I have the same issue here ! Can you elaborate please? How do you resolve it? I'm using flutter_logs: 2.1.12 when I try to build shows this:

logs

I'm using this flutter version:

image

Tks!

hamzaoubouzid commented 2 months ago

hi @aberutti-convorelay can you send me your pubspec.yaml

umair13adil commented 2 months ago

Please use version 1.0.22. There is an issue at jCenter that's why the version had to be updated.