You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug:
The app uses flutter_html 2.0.0. After upgrade to Flutter 2.5 the error happens at build time. The source of the error is wakelock_platform_interface that is dependency of chewie and outdated.
Workaround is
dependency_overrides:
chewie: ^1.2.0
but, definitely, you better increase lower version boundary of this dependency.
DevendraFlutterDev and Sarat-1997luckv and iamaryanshandilya