mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-29 05:58:45 +00:00
- Fixed the PathNotFoundException for Windows, which doesn't use "/" in directories, but "\". (flutter: PathNotFoundException: Creation failed, path = 'C:\Users\User\AppData\Local\Temp\Mangayomi/cacheimagecover' (OS Error: Das System kann den angegebenen Pfad nicht finden.) Instead of manually concatenating paths using string interpolation, it now uses the join function properly. - Also fixed that the App was not able to create the directories by including recursive: true in the else statement. |
||
|---|---|---|
| .. | ||
| bottom_text_widget.dart | ||
| cover_view_widget.dart | ||
| custom_draggable_tabbar.dart | ||
| custom_extended_image_provider.dart | ||
| error_text.dart | ||
| gridview_widget.dart | ||
| listview_widget.dart | ||
| loading_icon.dart | ||
| manga_image_card_widget.dart | ||
| progress_center.dart | ||