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