Currently the example on chewie links to [example/lib/main.dart](https://github.com/fluttercommunity/chewie/blob/master/example/lib/main.dart) whereas it should link to [example/lib/app/app.dart](https://github.com/fluttercommunity/chewie/blob/master/example/lib/app/app.dart) because of this it shows this in example section of pub.dev <img width="1426" alt="Screenshot 2023-01-15 at 5 49 01 PM" src="https://user-images.githubusercontent.com/50977126/212540179-9934584c-e955-4fda-b09e-b64fec10c292.png"> If possible please simplify the example app as well. If needed I can create a PR with a simple example as well.