mangayomi-mirror/lib/utils/extensions
NBA2K1 a078b59678 Use floor() instead of round()
- Using round() will push values up too early.
Example: log(999) / log(1024) = 0.999
.round() = 1.
Result: 0.98 kB instead of 999 B

- Use correct units, as base1024 = KiB, MiB, etc. and base1000 = kB, MB, GB, ...
2025-12-17 21:24:26 +01:00
..
build_context_extensions.dart fix 2024-12-13 10:31:57 +01:00
chapter.dart dart format 2025-02-23 15:31:49 +01:00
dom_extensions.dart Enhance DOM extension methods with additional pseudo-selector handlers and improve nth-child logic 2025-10-30 14:24:43 +01:00
others.dart Use floor() instead of round() 2025-12-17 21:24:26 +01:00
stream.dart dart format 2025-02-23 15:31:49 +01:00
string_extensions.dart added mpv config for Anime4K 2025-07-24 22:25:14 +02:00