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

Could the flutter_svg depency be updated? Error: The type 'Diagnosticable' can't be used as supertype. #247

Closed
vazkir opened this issue Mar 16, 2020 · 1 comment

Comments

@vazkir
Copy link

vazkir commented Mar 16, 2020

Is it possible to update the '1.0.0-pre' version's flutter_svg depency to the latest version?

I am asking this because the older versions have an issue with one of the latest flutter versions, which I am also experiencing.

You can check this issue to see the resolution:
flutter/flutter#52441

These are the error logs I am seeing:

Compiler message: ../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.14.4/lib/src/picture_stream.dart:88:7: Error: The type 'Diagnosticable' can't be used as supertype. class PictureStream extends Diagnosticable { ^ ../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.14.4/lib/src/picture_stream.dart:192:16: Error: The type 'Diagnosticable' can't be used as supertype. abstract class PictureStreamCompleter extends Diagnosticable { ^ ../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.14.4/lib/src/picture_stream.dart:167:11: Error: Superclass has no method named 'debugFillProperties'. super.debugFillProperties(properties); ^^^^^^^^^^^^^^^^^^^ ../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.14.4/lib/src/picture_stream.dart:266:11: Error: Superclass has no method named 'debugFillProperties'. super.debugFillProperties(description); ^^^^^^^^^^^^^^^^^^^

Thanks in advance for your help!

@vazkir vazkir closed this as completed Mar 16, 2020
@vazkir
Copy link
Author

vazkir commented Mar 16, 2020

Never mind, I didn't see this yet:
#244

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