Use print() to print a string to the console of your browser : import ‘dart:html’; main() { var value = querySelector(‘input’).value; print(‘The value of the input is: $value’); } You will see a message printed to the developer console. Follow this answer to receive notifications.9 May 2016
Read moreHow do you show Logcat in flutter?
How to enable logcat in Android Studio for Flutter Projects?
Read moreHow do I print in flutter?
“print statement in flutter” Code Answer’s
Read more