mangayomi-mirror/lib/utils
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
..
cryptoaes dart format 2025-05-30 17:43:42 +01:00
extensions Use floor() instead of round() 2025-12-17 21:24:26 +01:00
log added app logger 2025-08-26 22:07:49 +02:00
url_protocol refactor: improve download button logic and clean up code 2025-04-01 17:15:54 +01:00
cached_network.dart Don't allow zooming 2025-06-29 20:30:16 +02:00
chapter_recognition.dart dart format 2025-02-23 15:31:49 +01:00
constant.dart adjusted tracker icons 2025-08-25 19:08:50 +02:00
date.dart testing iOS Picture-in-Picture 2025-08-07 21:37:46 +02:00
discord_rpc.dart Initialize rpcShowReadingWatchingProgress to false 2025-11-08 23:57:32 +01:00
global_style.dart dart format 2025-02-23 15:31:49 +01:00
headers.dart Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
headers.g.dart Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
html_to_xml_doc.dart
language.dart + 2025-11-08 23:43:01 +01:00
reg_exp_matcher.dart Fix indexing and path for downloaded chapter images and update padding logic 2025-06-04 17:28:31 +01:00
riverpod.dart Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
utils.dart Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
xpath_selector.dart