Is there a way to write to the Flutter console in Android Studio without automatically getting a newline carriage-return linefeed at the end?
This suggests it's possible in Dart. I've tried that (importing 'dart:io') but to no avail.
What I'm trying to do is use a loop to print a set of values across the line.