Recently, I've upgraded my Flutter SDK to version 3.10.1 (the latet available), and after upgrading I noticed that the "log" function in "dart:developer" isn't working at all.
One can ask why would I need such a function, there are many great packages that provide logging perfectly! I agree, but the "log" function has a great benefit, which is logging the entire provided value in one single console line, this makes the performance much better and faster than going through every single line and then printing them out.
Any alt solutions?