-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should export the file_system #365
Comments
@renefloor please fix it, thanks |
In order to access the FileSystem interface to do a custom cache, we have to import this file: |
@montyr75 Hello, I tried adding that import but didnt work for me. Has anyone figured this out yet? I'm trying to use this instead of cached video player plugin but cant figure out what to import to get the IOFileSystem referenced properly. |
试试:import 'package:flutter_cache_manager/src/storage/file_system/file_system_io.dart'; |
The IOFileSystem can't import for below code.
The text was updated successfully, but these errors were encountered: