Flutter UI Tutorials - Date Time picker without using any plugins

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

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

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

    Thanks really helpful in 2022.

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

    How to change the color of calender from blue to any?

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

      Updating the theme in the MaterialApp should update the calendar as well

  • @kameshvinayaka
    @kameshvinayaka 2 года назад

    is it possible to pick only month or only year

    • @appwriters
      @appwriters  2 года назад

      Yes you can set the picker format there

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

    @Damodar, Great tutorial. I love pluginLESS tutorials. I find it the best way to learn Flutter as a novice.

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

    What folder is this source?

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

      github.com/lohanidamodar/flutter_ui_tutorials/blob/master/lib/date_time_picker.dart

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

      @@appwriters Thank you.

  • @brokercl
    @brokercl 2 года назад

    great tutorial

  • @shoyusufsiddiqov3329
    @shoyusufsiddiqov3329 2 года назад

    thanks! it works finally

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

    Thanks this is helped me

  • @ndakwayounga7376
    @ndakwayounga7376 4 года назад

    Thank you so very much for this React Bits

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

    The error that you get at 1:16 didn't disapear when I go back and back at the page again. I dont know why :/

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

      Did you initialize default value in the initState? If yes then hot restart should also fix the error

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

    Thank you!!!

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

    thanks bro

  • @sudo07
    @sudo07 4 года назад +1

    Hi, now i want to toast this date and time , how to do it help please

    • @appwriters
      @appwriters  4 года назад

      I don't understand what you mean?

    • @sudo07
      @sudo07 4 года назад

      @@appwriters take one button and when j click button toaat the selected date and time

  • @software_engineer_semh
    @software_engineer_semh 4 года назад

    supper video and how to anuthenticate flutter with mobile number varification ?

    • @appwriters
      @appwriters  4 года назад

      This tutorial might help you ruclips.net/video/OlcYP6UXlm8/видео.html

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

    Which plugin do you use to transform the signal! = Into ≠? I liked hehe

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

      Not plugin fira code font

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

    how to change the month into Strings as June, July etc.. Pls help me

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

      Try intl package, use DateFormat

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

      @@appwriters Thank you Got it!

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

    I'm getting a RenderBox not laid out error while implementing it in the ListTile widget.

  • @JonataaSantos
    @JonataaSantos 4 года назад

    How can I change the language of datetimepicker ?

    • @appwriters
      @appwriters  4 года назад

      First you need to setup your app for localization/internationalization if you haven't already following this tutorial flutter.dev/docs/development/accessibility-and-localization/internationalization then you can pass locale : const Locale("it","IT"), in showDatePicker or showTimePicker

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

    very good ~! thank you

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

    Really helpful, thank you so much!

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

      Thank you for your encouraging words!

  • @AmanYadav-qj9lf
    @AmanYadav-qj9lf 4 года назад

    I did same to same as you told but I am getting an runtime error in app while loading the screen which contains date selector
    error :- type 'Future' is not a subtype of type '() => void'

    • @appwriters
      @appwriters  4 года назад

      Please compare your code to the code provided in the repository..you must have missed some step

    • @AmanYadav-qj9lf
      @AmanYadav-qj9lf 4 года назад

      @@appwriters as i said I 100% copied your code and also tried other solutions on web , there is now no error but datePicker is not showing on screen.

    • @appwriters
      @appwriters  4 года назад

      @@AmanYadav-qj9lf Then perhaps try to clone and run the project from github itself. There must be some missing steps or codes, or error on debug console.

    • @AmanYadav-qj9lf
      @AmanYadav-qj9lf 4 года назад +1

      @@appwriters thanks for helping

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

      @@AmanYadav-qj9lf where is it copied from I see a whole bunch of folders???