We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Didn't see Web listed, any compatibility issues with using this for web?
The text was updated successfully, but these errors were encountered:
I think it's because they are using dart:io:
dart:io
firebase_image/lib/src/cache_manager.dart
Line 1 in ec5fc9f
dart:io is not available for Flutter Web. Instead, you need to use dart:html
dart:html
This package could help: https://pub.dev/packages/cross_file
Sorry, something went wrong.
I think the issue is the lacking web support for sqflite. There is an alternative (an sql wrapper) that supports web: https://pub.dev/packages/moor
would be nice to switch to that
No branches or pull requests
Didn't see Web listed, any compatibility issues with using this for web?
The text was updated successfully, but these errors were encountered: