Open pavanjoshi914 opened 2 years ago
I had the same issue and to the fix was to wrap the Chewie widget in a widget that contains Material itself, such as a Card, Dialog, Drawer, or Scaffold.
Like the demo app: https://github.com/fluttercommunity/chewie/blob/master/example/lib/app/app.dart#L167
@pavanjoshi914 can you provide a example project that reproduces this error? Thanks in advance. Also, make sure that there's a Scaffold
above your Chewie widget.
Widget causing error
Error Caused
chewie is working fine in my app just this exception is thrown