mangayomi-mirror/lib/modules/browse/extension
NBA2K1 8b1f7fc581 Add service disposal and lifecycle cleanup
This commit improves memory management, reduces redundant interpreter
instantiation, and standardizes service usage patterns.

- Add `dispose()` to `ExtensionService` interface and implement it across
  Dart, JS, LNReader, and Mihon services.
- Replace repeated interpreter creation in `DartExtensionService` with a
  persistent `_interpreter` instance initialized once in the constructor.
- Add disposal logic for JS DOM selector and Cheerio instances to prevent
  memory leaks.
- Introduce `withExtensionService()` helper to ensure services are always
  disposed after use.
- Update call sites across the codebase to use `withExtensionService()`
  or manual try/finally disposal.
- Improve isolate service message handling by extracting `responsePort`
  earlier.
- Ensure safer defaults (e.g., returning empty lists, const lists) when
  service calls fail.
2026-01-13 01:11:19 +01:00
..
providers update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
widgets Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
edit_code.dart Add service disposal and lifecycle cleanup 2026-01-13 01:11:19 +01:00
extension_detail.dart fix: show chanded source preference for mihon source 2025-12-23 19:18:18 +01:00
extension_lang.dart Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
extension_screen.dart enhanced repo manager 2025-08-23 03:33:48 +02:00