Minor fix

This commit is contained in:
2024-05-26 19:29:15 +08:00
parent 53910f8daa
commit 5009446630
2 changed files with 11 additions and 5 deletions

View File

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