Skip to content
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

Cannot be imported on flutter 0.7.2 version #40

Closed
FirePrayer opened this issue Aug 30, 2018 · 5 comments
Closed

Cannot be imported on flutter 0.7.2 version #40

FirePrayer opened this issue Aug 30, 2018 · 5 comments

Comments

@FirePrayer
Copy link

Because flutter_html_view >=0.5.5 depends on cached_network_image ^0.4.1 which depends on flutter_cache_manager ^0.1.1, flutter_html_view >=0.5.5 requires flutter_cache_manager ^0.1.1.
And because flutter_cache_manager >=0.1.0-rc.1 depends on uuid ^0.5.3, flutter_html_view >=0.5.5 requires uuid ^0.5.3.
So, because uuid >=0.0.7 <1.0.3 requires SDK version <2.0.0 and flutter_test03 depends on flutter_html_view ^0.5.5, version solving failed.
pub get failed (1)

@daniel-van-niekerk
Copy link

Still the same issue for Flutter 0.60.

Because flutter_html_view >=0.5.5 depends on cached_network_image ^0.4.1 which depends on flutter_cache_manager ^0.1.1, flutter_html_view >=0.5.5 requires flutter_cache_manager ^0.1.1.
And because flutter_cache_manager >=0.1.0-rc.1 depends on uuid ^0.5.3, flutter_html_view >=0.5.5 requires uuid ^0.5.3.
So, because uuid >=0.0.7 <1.0.3 requires SDK version <2.0.0 and game_tester_mobile_flutter depends on flutter_html_view ^0.5.5, version solving failed.

@Gidrek
Copy link
Contributor

Gidrek commented Aug 30, 2018

This is my fork

https://github.com/Gidrek/FlutterHtmlView

I just update the cached_network_image library, that is another fork because both libraries are not updated to flutter 0.6

We need to wait for an official update, but for now, my fork is working.

@ponnamkarthik
Copy link
Owner

@Gidrek could make a pull request ?

@Gidrek
Copy link
Contributor

Gidrek commented Aug 30, 2018

Done

@ponnamkarthik
Copy link
Owner

@Gidrek Thanks Merged check v0.5.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants