mangayomi-mirror/lib
NBA2K1 1e0951be42 Fix Slider assertion error when skipping past video duration
Prevent an AssertionError in the Slider widget when the skip duration
button causes the value to exceed the video's maximum duration.
Clamp the Slider's value to the range [0, max]
using `clamp(0.0, maxValue).toDouble()` to ensure it stays within bounds.

Exception example:
```
Exception has occurred.
_AssertionError ('package:flutter/src/material/slider.dart': Failed assertion: line 199 pos 10: 'value >= min && value <= max': Value 1410000.0 is not between minimum 0.0 and maximum 1409533.0)
```
2025-05-17 21:44:12 +02:00
..
eval + 2025-05-10 12:26:02 +01:00
ffi dart format 2025-02-23 15:31:49 +01:00
l10n Merge branch 'temp/epub' into feature/epub 2025-05-07 22:25:11 +02:00
models Merge branch 'temp/epub' into feature/epub 2025-05-07 22:25:11 +02:00
modules Fix Slider assertion error when skipping past video duration 2025-05-17 21:44:12 +02:00
providers fix 2025-05-11 15:22:22 +01:00
router DRY the code in router.dart 2025-04-28 03:18:36 +02:00
services Merge branch 'temp/epub' into feature/epub 2025-05-07 22:25:11 +02:00
src/rust fixed auto theme 2025-04-08 23:39:17 +02:00
utils Merge branch 'temp/epub' into feature/epub 2025-05-07 22:25:11 +02:00
main.dart added support for epubs 2025-05-07 22:17:23 +02:00