TIME PICKER • Flutter Widget of the Day #26

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • 💰 I'll develop your MVP app: mitchkoko.app/mvp
    📱 Code: mitchkoko.app/
    🎓 Flutte Beginner Course: • 📱 FULL Flutter Beginne...
    💌 Email: business@mitchkoko.app
    ~;
    / createdbykoko
    / createdbykoko
    / createdbykoko
    / mitchkoko
    ~;
    D O C U M E N T A T I O N
    api.flutter.de...
  • Наука та технологія

КОМЕНТАРІ • 22

  • @createdbykoko
    @createdbykoko  2 роки тому +3

    🔥📱 Flutter Templates • mitchkoko.app/
    🥷🏽📱 Minimal Social App • mitchkoko.gumroad.com/l/MinimalSocialApp
    💰📱 Minimal Ecommerce App • mitchkoko.gumroad.com/l/MinimalEcommerceApp

  • @shakibiqbal7082
    @shakibiqbal7082 2 роки тому +3

    please continue your widget of the day series

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

    Your tutorials are full of information. Very helpful content. I'm subscribing to more of your content.

  • @kasupa14
    @kasupa14 2 роки тому +1

    F*ck, this channel is good! UA-cam recommended this video to me, but I've instant added like half your videos to my watch later playlist xD
    Bless Flutter for starting to have a really thriving community, since Dart and Flutter are my first app dev. language and framework, so I really need it 😅
    Oc, that's not ideal, but what can I do if I love it so much I don't want to bother learning any other language atm! Cheers and keep it up

    • @createdbykoko
      @createdbykoko  2 роки тому

      Haha i am here to help with dart and flutter for u 📱❤️

  • @prasertpromvong3031
    @prasertpromvong3031 2 роки тому

    Thank you for your video.

  • @levalgo90
    @levalgo90 2 роки тому

    Thank you

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

    Thank you for this video! I have a question, what is the purpose of the "!" sign right after value when you did set state to the time?

  • @shansalaayodya8149
    @shansalaayodya8149 2 роки тому

    Done and dusted🥰

  • @ahmedhisham2515
    @ahmedhisham2515 2 роки тому

    Amazing Video! Can you Make a Calendar Date Picker for tomorrows Widget of the Day?

    • @createdbykoko
      @createdbykoko  2 роки тому +1

      helloo! Did you see yesterday's video? It may be what you're asking for but let me know if this isn't what you're asking for ❤️ ua-cam.com/video/JK3zztXnDxs/v-deo.html

    • @ahmedhisham2515
      @ahmedhisham2515 2 роки тому

      @@createdbykoko oh wow. Thank you!!

  • @ahmedutuber
    @ahmedutuber 2 роки тому

    thank u

  • @alfonsoromero3092
    @alfonsoromero3092 2 роки тому

    nice!!! can you teach me how to make an alarm clock? thanks for your videos

    • @createdbykoko
      @createdbykoko  2 роки тому +1

      that's a nice idea, I'll make a little alarm clock soon for you :)

    • @alfonsoromero3092
      @alfonsoromero3092 2 роки тому

      @@createdbykoko thanks!!!

  • @creamycreations7881
    @creamycreations7881 2 роки тому

    How can we disable the pas time of the day so that the user canot select the time which has past

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

    how to show in 24 hrs format without am and pm??

    • @cumaliguzel
      @cumaliguzel Місяць тому

      bro need builder in method like this,void _showTimePicker() {
      showTimePicker(
      context: context,
      initialTime: TimeOfDay.now(),
      builder: (context, child) {
      return MediaQuery(
      data: MediaQuery.of(context).copyWith(alwaysUse24HourFormat: true),
      child: child!,
      );
      },

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

    why when i click cancel button it get error?