Flutter-Dart 'print' and 'log' not printing to console in Android Studio
I tried to print to console but can't get it to work. I have checked other forums and tried their recommendations but no result. import 'dart:developer'; log('your message here'); // nothing or import 'package:flutter/foundation.dart'; debugPrint('your message here'); // nothing Filtering…