rodydavis / signals.dart

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

Disable updated/created logs in console #254

Closed YugoCode closed 2 months ago

YugoCode commented 2 months ago

Thanks for this awesome library! :)

When a signal gets created or updated, a message is printed in the console. How can this behavior be disabled?

rodydavis commented 2 months ago

Thanks!!

And this is the fix:

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