Arkadaşlar merhabalar, bir web sayfasının mobil uygulamasını yazıyorum, fakat garip bir şekilde componentE1 hatası alıyorum RegExp ile ayar çektiğimde, bilen varsa yardımcı olabilir mi ? Şimdiden teşekkürler ..

  • Flutter replied to this.
    • hallettim hocam, sorun kalmadı, versiyonu mayıs haziran ayındakine çektim, düzelme oldu 😀

    Ferhatsik Hocam çlk anlaşılır bir hata değil
    biraz daha detay verir yada hata veren kaynak kodu atarsanız bizde debug yapıp hatayı bulabiliriz

    Flutter hata veren kod şu,

    Reload already in progress, ignoring request/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:26: Error: Type 'DiagnosticableMixin' not found.
    class PictureStream with DiagnosticableMixin {
                             ^^^^^^^^^^^^^^^^^^^
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:44: Error: Type 'DiagnosticableMixin' not found.
    abstract class PictureStreamCompleter with DiagnosticableMixin {
                                               ^^^^^^^^^^^^^^^^^^^
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:88:7: Error: The type 'DiagnosticableMixin' can't be mixed in.
    class PictureStream with DiagnosticableMixin {
          ^
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:192:16: Error: The type 'DiagnosticableMixin' can't be mixed in.
    abstract class PictureStreamCompleter with DiagnosticableMixin {
                   ^
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:167:11: Error: Superclass has no method named 'debugFillProperties'.
        super.debugFillProperties(properties);
              ^^^^^^^^^^^^^^^^^^^
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:171:30: Error: The method 'toStringShort' isn't defined for the class 'PictureStreamCompleter'.
     - 'PictureStreamCompleter' is from 'package:flutter_svg/src/picture_stream.dart' ('/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'toStringShort'.
          ifPresent: _completer?.toStringShort(),
                                 ^^^^^^^^^^^^^
    /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/picture_stream.dart:266:11: Error: Superclass has no method named 'debugFillProperties'.
        super.debugFillProperties(description);
              ^^^^^^^^^^^^^^^^^^^
    Restarted application in 3.185ms.

    Ferhatsik Flutter versiyonunuzu güncelledini galiba
    bende güncelleyince bu hatayı aldım

    Flutter aynen güncellemeden sonra oldu zaten, arıyorum hala bir şey bulamadım hatayla ilgili,muhtemelen bir versiyon daha gelir inşallah düzeltmek için

    hallettim hocam, sorun kalmadı, versiyonu mayıs haziran ayındakine çektim, düzelme oldu 😀

    Write a Reply...