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

[1.0.0-pre.1] Compile error in latest stable version (flutter v1.17) #280

Closed
canisterism opened this issue May 7, 2020 · 2 comments
Closed

Comments

@canisterism
Copy link

canisterism commented May 7, 2020

Flutter was recently updated in its stable channel, with breaking changes for this library (1.0.0-pre.1).

This package depends on flutter_svg (^0.14.1) but you can't use flutter_svg (^0.14.1) in the latest stable version of flutter (1.17).
Flutter_svg on 0.17.2 is available in the latest stable version.

Therefore you need to update flutter_svg to 1.17, or you can't compile in the latest stable version.

I'm created PR to update flutter_svg. see: #281
I hope you'll take a look at it.
(This is my first time to create PR for someone's repo. I pre-apologize if I do something wrong.)

@canisterism
Copy link
Author

Wait, is new-parser branch already available in the latest stable version?
We might just have to refer to that branch to use flutter in 1.17.

Anyway, it seems I don't have to create PR. I'll be still waiting for a response from contributors though. (I'm closing my PR.)

@canisterism
Copy link
Author

This comment solved my situation.
#251 (comment)

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

1 participant