rodydavis / signals.dart

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

Minor nit: Verbose log() unnecessary #244

Closed wstrange closed 5 months ago

wstrange commented 5 months ago

Super minor: The print() is filling up my flutter logs.

https://github.com/rodydavis/signals.dart/blob/013360c2eb2067e61d08b885f0fd891d956b3100/packages/signals_core/lib/src/core/devtool.dart#L153C1-L154C1

snakeshift commented 5 months ago

This will help you. https://github.com/rodydavis/signals.dart/issues/230