You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: