Flutter Tutorial - Date Picker in Flutter

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • Date Picker is one the most used widget in flutter.
    In this video we learn to use Textfield and use date picker in flutter. We commonly use TextField to select the date picker so that we could set the picked date to the textfield.
    Intl : pub.dev/packages/intl
    DateFormat: api.flutter.dev/flutter/intl/...
    Buy me a coffee: www.buymeacoffee.com/nabindhakal
    Find full code at: github.com/flutterjunction/da...
    #flutter #flutterjunction #datepicker #datepickerinflutter #flutterprojects #projectsinflutter #flutter #fluttertutorials #fluttertutorial #flutterforbeginners #dartforbeginners #fluttermobile #programming #dart #themeinflutter #changethemeinflutter #fluttertutorialforbeginners #storyview #storyviews #storyviewinflutter #scrollviewinflutter #flutterbasics #flutterbasictutorial #datepickerexample

КОМЕНТАРІ • 14

  • @sabahtarter
    @sabahtarter Рік тому +2

    Thank you so much that was so informative

  • @rakshakbajracharya2168
    @rakshakbajracharya2168 2 роки тому +2

    This was very informative. Thank you.

  • @richard2845
    @richard2845 10 місяців тому +1

    Thanks. I've been looking into this and this tutorial is helpful

  • @aboasd685
    @aboasd685 11 місяців тому +1

    Your amazing my friend Good job

  • @hemadhrikantam4736
    @hemadhrikantam4736 Рік тому +2

    Keep it up bro

    • @flutterjunction
      @flutterjunction  Рік тому

      I definitely will bro. Thank you for your encouragement.

  • @user-kk6hv2nw9n
    @user-kk6hv2nw9n Рік тому +2

    thanks bro

  • @azwannor7538
    @azwannor7538 Рік тому +3

    thanks bro, this is very helpful, but I had a problem when after I selected the date and wanted to change the date back, the datepicker didn't show the date we selected earlier.

    • @flutterjunction
      @flutterjunction  Рік тому +1

      When editing after selection, place the selected date on the initialdate of date picker.