• 20-04-2025, 17:58:08
    #1
    Merhabalar Flutter de böyle bir hata aliyorum yardimci olabilecek birisi var mi acaba ? hatayi girebilecek birisi varsa yardimci olabilirse minettar kalirim. Chatgpt 'den yardim almaya calistim ama verdigi komutlar hatalari gidermiyor.



    lib/common/widgets/code_picker_widget.dart:172:37: Error: Required named parameter 'hideHeaderText' must be provided.
    child: SelectionDialog(
    ^
    ../../../../../.pub-cache/hosted/pub.dev/country_code_picker-3.3.0/lib/src/selection_dialog.dart:41:3: Context: Found this candidate, but the arguments don't match.
    SelectionDialog(
    ^^^^^^^^^^^^^^^
    lib/common/widgets/code_picker_widget.dart:208:33: Error: Required named parameter 'hideHeaderText' must be provided.
    child: SelectionDialog(
    ^
    ../../../../../.pub-cache/hosted/pub.dev/country_code_picker-3.3.0/lib/src/selection_dialog.dart:41:3: Context: Found this candidate, but the arguments don't match.
    SelectionDialog(
    ^^^^^^^^^^^^^^^
    Target kernel_snapshot_program failed: Exception


    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.
    > Process 'command '/Users/macbook/development/flutter/bin/flutter'' finished with non-zero exit value 1

    * Try:
    > Run with --stacktrace option to get the stack trace.
    > Run with --info or --debug option to get more log output.
    > Run with --scan to get full insights.
    > Get more help at https://help.gradle.org.

    BUILD FAILED in 6s
  • 20-04-2025, 18:16:06
    #2
    code_picker_widget.dart dosyanızda SelectionDialog kullanılan yerlere hideHeaderText parametresini zorunlu olarak eklemeniz gerekiyor.
    child: SelectionDialog( bunlrı şu şekilde düzeltin child: SelectionDialog(
    hideHeaderText: false, // ya da true, istediğiniz davranışa göre
  • 20-04-2025, 18:17:04
    #3
    Yazılım Geliştirme Uzmanı
    Merhbalar , Flutter malesef biraz sıkıntılı bu konularda.. Paketlerle alakalı hatalar alıyorsun.. o paketleri indiremiyor derleyemiyor vs vs vs .. Güncelleyip tekrar deneyin




    montebarlos adlı üyeden alıntı: mesajı görüntüle
    Merhabalar Flutter de böyle bir hata aliyorum yardimci olabilecek birisi var mi acaba ? hatayi girebilecek birisi varsa yardimci olabilirse minettar kalirim. Chatgpt 'den yardim almaya calistim ama verdigi komutlar hatalari gidermiyor.



    lib/common/widgets/code_picker_widget.dart:172:37: Error: Required named parameter 'hideHeaderText' must be provided.
    child: SelectionDialog(
    ^
    ../../../../../.pub-cache/hosted/pub.dev/country_code_picker-3.3.0/lib/src/selection_dialog.dart:41:3: Context: Found this candidate, but the arguments don't match.
    SelectionDialog(
    ^^^^^^^^^^^^^^^
    lib/common/widgets/code_picker_widget.dart:208:33: Error: Required named parameter 'hideHeaderText' must be provided.
    child: SelectionDialog(
    ^
    ../../../../../.pub-cache/hosted/pub.dev/country_code_picker-3.3.0/lib/src/selection_dialog.dart:41:3: Context: Found this candidate, but the arguments don't match.
    SelectionDialog(
    ^^^^^^^^^^^^^^^
    Target kernel_snapshot_program failed: Exception


    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.
    > Process 'command '/Users/macbook/development/flutter/bin/flutter'' finished with non-zero exit value 1

    * Try:
    > Run with --stacktrace option to get the stack trace.
    > Run with --info or --debug option to get more log output.
    > Run with --scan to get full insights.
    > Get more help at https://help.gradle.org.

    BUILD FAILED in 6s
  • 20-04-2025, 18:36:20
    #4
    develooper adlı üyeden alıntı: mesajı görüntüle
    Merhbalar , Flutter malesef biraz sıkıntılı bu konularda.. Paketlerle alakalı hatalar alıyorsun.. o paketleri indiremiyor derleyemiyor vs vs vs .. Güncelleyip tekrar deneyin
    Yardimci olabilme sansiniz varmi ücreti ile hocam?