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
_AssertionError ('package:flutter/src/material/slider.dart': Failed assertion: line 163 pos 15: 'value >= min && value <= max': Value 7577.0 is not between minimum 0.0 and maximum 7466.0)
It appears that the callback to getDurationPosition is reporting a higher value than getDurationMax causing the error when playing the video when playing an MP4 on Windows.
I have a workaround by resetting the current position to the max duration when it is greater than max.
It would be more elegant if this was in the core package.
The text was updated successfully, but these errors were encountered:
_AssertionError ('package:flutter/src/material/slider.dart': Failed assertion: line 163 pos 15: 'value >= min && value <= max': Value 7577.0 is not between minimum 0.0 and maximum 7466.0)
It appears that the callback to getDurationPosition is reporting a higher value than getDurationMax causing the error when playing the video when playing an MP4 on Windows.
I have a workaround by resetting the current position to the max duration when it is greater than max.
It would be more elegant if this was in the core package.
The text was updated successfully, but these errors were encountered: