Skip to content

[1.0.0-pre.1] - Compiler errors #251

@Larpoux

Description

@Larpoux

I was using successfully ^1.0.0-pre.1 until this month beginning, but now I have an error message when compiling for iOS.
When I replace flutter_html: ^1.0.0-pre.1 by flutter_html: ^0.11.1, everything runs fine.
But I really, really need furigana/ruby support.
Is this a bug in 1.0.0-pre.1 ?
Is there any date planed to integrate 1.0.0-pre.1 in the master branch ?
Thank you very much for all your work. Furigana on flutter was really missing.

Compiler message:
../../../.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 {
      ^
../../../.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 {
               ^
../../../.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);
          ^^^^^^^^^^^^^^^^^^^
../../../.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);
          ^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.
Command PhaseScriptExecution failed with a nonzero exit code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions