mangayomi-mirror/lib
NBA2K1 7664e38cfd Fix "Show extensions" Button
The "Show extensions" Button was not working properly when categories were hidden.
An Exception would throw:
```
_AssertionError ('package:flutter/src/material/tab_controller.dart': Failed assertion: line 202 pos 12: 'value >= 0 && (value < length || length == 0)': is not true.)
```
And jump to the end of the tab list regardless of where you clicked the button.
2025-12-29 05:02:43 +01:00
..
eval remove unnecessary calls 2025-12-17 21:34:45 +01:00
ffi
l10n Add log-switch to app. 2025-12-13 00:42:50 +01:00
models Add log-switch to app. 2025-12-13 00:42:50 +01:00
modules Fix "Show extensions" Button 2025-12-29 05:02:43 +01:00
providers Move cacheDir creation to storage_provider 2025-12-17 20:55:41 +01:00
router Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
services Return library updater if library empty 2025-12-29 01:00:01 +01:00
src/rust Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
utils Reduce Code Duplication 2025-12-29 04:59:06 +01:00
main.dart feat(server): integrate MExtensionServer 2025-12-08 15:14:12 +01:00