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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: