Add support to cache thumbnail images to disk

This commit is contained in:
2024-05-26 18:23:14 +08:00
parent e1943ee56a
commit 3a609256e0
13 changed files with 324 additions and 9 deletions

View File

@@ -0,0 +1 @@
export './image_cache_ffi.dart' if (dart.library.html) './image_cache_web.dart';