rodydavis / signals.dart

Reactive programming made simple for Dart and Flutter
http://dartsignals.dev
Apache License 2.0
437 stars 50 forks source link

Turn off signal logs globally #252

Closed iSaqibShafique closed 5 months ago

iSaqibShafique commented 5 months ago

🤔 How can we turn off signal logs globally? 🌍

Bunch of thanks in advance! 🙏🏼

rodydavis commented 5 months ago

Future versions I switched it to developer:log instead of print.

But you can fix it with the following:

https://github.com/rodydavis/signals.dart/issues/230#issuecomment-2058114698