-
Notifications
You must be signed in to change notification settings - Fork 107
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
flutter_html_view ^0.5.11 which depends on cached_network_image ^0.5.0+1, cached_network_image ^0.5.0+1 is required. #92
Comments
flutter_html_view ^0.5.11 which depends on cached_network_image ^0.5.0+1, cached_network_image ^0.5.0+1 is required. So, because MyApp depends on cached_network_image 0.7.0, version solving failed. |
i use extended_image 0.3.3 the log Because no versions of flutter_html_view match >0.5.11 <0.6.0 and flutter_html_view 0.5.11 depends on cached_network_image ^0.5.0+1, flutter_html_view ^0.5.11 requires cached_network_image ^0.5.0+1.
And because cached_network_image >=0.5.0+1 <0.6.0-alpha depends on flutter_cache_manager ^0.2.0+1, flutter_html_view ^0.5.11 requires flutter_cache_manager ^0.2.0+1.
Because flutter_cache_manager 0.2.0+1 depends on path_provider ^0.4.0 and no versions of flutter_cache_manager match >0.2.0+1 <0.3.0, flutter_cache_manager ^0.2.0+1 requires path_provider ^0.4.0.
Thus, flutter_html_view ^0.5.11 requires path_provider ^0.4.0.
So, because flutter_app depends on both path_provider ^0.5.0+1 and flutter_html_view ^0.5.11, version solving failed. |
fork extended_image 0.3.3 and fork extended_image_library, modify extended_image_library:pubspec.yaml |
ths @lisen87 |
Try https://pub.dev/packages/flutter_html instead, it worked for me (and has faster rendering for large HTMLs) |
Fix ?
The text was updated successfully, but these errors were encountered: