How to view print output in flutter code example Example: flutter print void main() { var test = "test"; print('test = $test'); }