Product HomeScreen with Carousel Slider & Dot Indicator

1. Carousel slider time is set inside void initState() method with variable timer=Timer.periodic(const Duration(seconds: 4). Change the duration here to change slider change time.
2. Dot Indicator is defined bottom of page with function Widget DotIndicator(bool x){}. Change the properties here to change dot indicator design.
3. Add the assets folder in the main directory from downloaded zip file and add assets folder in pubspec.yaml.