flutter print all code example Example: flutter print void main() { var test = "test"; print('test = $test'); }