• Jonas Uekötter's avatar
    Add documentation which explains that `debugPrint` also logs in release mode (#141595) · 174bbf25
    Jonas Uekötter authored
    It's confusing that `debugPrint` also prints in release mode, given that a lot (most?) other things prefixed with `debug` don't do anything in release mode. Therefore, this adds some documentation that this is indeed logging in release mode and adds an example how to disable this.
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    174bbf25
print.dart 8.35 KB