How to retrieve value from TextField in Flutter

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

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

  • @Tom-en9tc
    @Tom-en9tc 2 года назад +2

    Thank you so much! It took me many searches to find a straight to the point video that's not just about the front end side..

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

    it helps me, thank you so much!

  • @AmanKumarSINGH-dj5sk
    @AmanKumarSINGH-dj5sk Год назад

    thankyou so much bhaiya

  • @0Nastya0
    @0Nastya0 2 года назад

    Thank you very much, this solved my problem

  • @mrx9009
    @mrx9009 3 года назад +1

    Sir Fiverr Playlist upload kr dein ab?

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

    THANK YOU

  • @harshkumaryadav3285
    @harshkumaryadav3285 3 года назад

    necessary to make member as private ?? please reply
    because I want to navigate the value to the next page

  • @SAURABHGUPTA_DINOSAUR
    @SAURABHGUPTA_DINOSAUR 3 года назад +2

    but how to take an integer value??

    • @mohammedthalham
      @mohammedthalham 2 года назад +1

      convert the string to int using
      int.parse("text");
      convert the string to double using
      double.parse("text");

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

    As a Flutter beginner this seems unnecessary convoluted, in wxWidgets I would just call getValue on the text widget...
    By the way the documentation mentions that you need to dispose of the Text Editing Controllers

  • @arshad1781
    @arshad1781 3 года назад

    Thanks