DropdownButton widget with Getx | Flutter | Dart

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 10

  • @sohaibsadique2022
    @sohaibsadique2022 Год назад +1

    ماشااللہ

  • @Mm1mm2-f5g
    @Mm1mm2-f5g Год назад +1

    Nice video❤

  • @Btnnewsbnn
    @Btnnewsbnn Год назад

    Good helpful dropdown example

  • @yxrmm1
    @yxrmm1 Год назад +1

    DropdownButton good job

  • @sohaibsadique2022
    @sohaibsadique2022 Год назад +1

    ❤❤❤❤

  • @mkhankhn
    @mkhankhn Год назад +1

    good about getx

  • @Khan313xyz
    @Khan313xyz Год назад

    Drop down drop down example good

  • @dartlanguagedart
    @dartlanguagedart Год назад +1

    nice code

  • @fahadislam8975
    @fahadislam8975 10 месяцев назад

    i can do same thing but getting error

  • @fahadislam8975
    @fahadislam8975 10 месяцев назад

    ════════ Exception caught by widgets library ═══════════════════════════════════
    The following assertion was thrown building Obx(has builder, dirty, state: ObxState#90a06):
    There should be exactly one item with [DropdownButton]'s value: some book type.
    Either zero or 2 or more [DropdownMenuItem]s were detected with the same value
    'package:flutter/src/material/dropdown.dart':
    Failed assertion: line 948 pos 15: 'items == null || items.isEmpty || value == null ||
    items.where((DropdownMenuItem item) {
    return item.value == value;
    }).length == 1'