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
Flutter da aldigim hataya yardimci olabilecek var mi?
3
●80
- 20-04-2025, 17:58:08
- 20-04-2025, 18:16:06code_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:04Merhbalar , 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 - 20-04-2025, 18:36:20Yardimci olabilme sansiniz varmi ücreti ile hocam?develooper adlı üyeden alıntı: mesajı görüntüle
