-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Disable logging? #20
Comments
Hi @davinderkumar , Can you please give a brief about which logs are you talking about? |
Console logs |
Can you post a screenshot of the same? |
These logs are coming from an underlying package But I'll need your help in order to test those changes as I don't have access to a meteor server to connect to right now. I hope you'll be available for that. |
Hi @davinderkumar , Can you please test the changes in the feature/disable-ddp-logging branch? All you have to do is to switch the dependency resolution to point to this branch using:
and make your connection by providing the
Let me know if that works for you and I'll push an update accordingly. |
Also, can you publish an updated version for latest flutter. |
The package doesn't depend on flutter sdk. It only uses Dart under the hood. Is there something that I misunderstood? |
Yes
DDP is dependent on some older version libraries. I am getting this error
|
I think the error message is a bit incomplete or wrong regarding the required version. Is there any other package as well that you see that needs to be upgraded? |
Yeah.
|
@davinderkumar I'll try if I can do something about it in my free time. But it would surely take a large chunk of time and might have to publish an up-to-date version of DDP myself. For now, I'll create an issue on the DDP repository and see if I get a response. |
@ShivamArora |
@davinderkumar Just checked. But even this fork is using the older version of And couldn't find any info on what has been enhanced/extended from the original repo. It shows the fork is 78 commits ahead of the original repo, but the README is still the same and doesn't provide any info on what has been changed/added. |
yeah. most of it is just addition of enhanced word, using web_socket_channel, and remove listener. |
How to disable console logs?
The text was updated successfully, but these errors were encountered: