ProfileScreen with Carousel Slider & CustomClipper
1. Carousel slider is made with PageViewBuilder. No extra package is used.
2. Dot Indicator is defined bottom of page with function Widget DotIndicator(bool x){}. Change the properties here to change dot indicator design.
3.Use any AssetImage or NetworkImage to show image in slider.
4. Design is created with custom clipper. So possible to change color easily by changing myColor property inside BuildContext.