how to remove space in string flutter code example Example: remove space from string dart String name = "COCA COLA"; print(name.replaceAll(' ', ''))