To avoid this, use debugPrint() , from Flutter’s foundation library. This is a wrapper around print that throttles the output to a level that avoids being dropped by Android’s kernel . The other option for application logging is to use the dart:developer log() function.