How to flip sprite object ??

I created one sprite object having collider and want to rotate by 180 degree along y axis but only image is rotated but collider remains same. I want to rotate both the things. What to do ??

Put your collider and your sprite in a GameObject container then apply the rotation on the parent instead of the sprite. Rotation of the parent will apply on all children.