-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update logger dependency #6
Comments
You can always do something like:
But preferable if you fork it into your own acc, because I can remove it sometime somehow. :) |
still the same problem. |
Could @leisim please merge the PR? |
+1 for this, because I'm using flutter web and I need the logconsole to work with the current patched logger 0.9.1 ;) At the moment I'm using the workaournd by Jeuler in pubspec.yaml but I think its better to release a new version with the dependency fixed |
Well I tried to use newest logger together with current logconsole and I got errors, because a Callback method is not supported in the current logger version. I dont know how to fix this myself but I think this needs some compatibility work to work with the latest logger version? Can anybody verify this? |
Yeah, it is not working for the last version. I've checked. Hm. |
So we need to use LogOutput. I will have a look later on weekend days. :) |
Using the workaround provided, but a gentle +1 that an update would be appreciated. :) |
still has dependency error on the official package |
Any update on this? |
this is working for me : logger: 0.7.0+1 |
Hey @leisim any update on this? The issue persists! :) |
https://github.com/leisim/logger_flutter/pull/9/files - maybe you can use this PR.
Like this All credits to @ewertonrp |
For me this worked:
|
Seems to break again with the nullsafe version of logger:
|
logger_flutter 0.7.1 depends on logger ^0.7.0 and no versions of logger_flutter match >0.7.1 <0.8.0, logger_flutter ^0.7.1 requires logger ^0.7.0.
The text was updated successfully, but these errors were encountered: