Yash Adulkar
Yash Adulkar
  • Видео 14
  • Просмотров 80 292
Migrating to Null Safety | Flutter | ESTech | Elai Shane
Hello, I have been getting doubts about Flutter Null Safety. So I thought about making a video on migrating to null safety.
Now I shall continue to complete the calendar series, but since my exam is going on, I am not able to. I will make new videos soon
Github Repository: github.com/elaishane/null_safety_migration
If you like the content, hit the like, share the video and subscribe to my channel.
#dart #darttopic #flutter #estech #nullsafety #elaitech
Просмотров: 304

Видео

Add Events to Table Calendar | Calendar with Flutter | Table Calendar| ESTech | Elai Shane
Просмотров 35 тыс.3 года назад
This is the first video of the series named Calendar. In Calendar Series, I shall be making videos on different calendar UI, Calendar Connection with SQLite, Firebase, Firestore, and physical device. I have been doing freelancing and found that there is a high requirement on Calendar. So I feel every flutter developer should learn how to work with Calendar. The repository will be provided in th...
Calendar with Flutter | Table Calendar| ESTech | Elai Shane
Просмотров 36 тыс.3 года назад
This is the first video of the series named Calendar. In Calendar Series, I shall be making videos on different calendar UI, Calendar Connection with SQLite, Firebase, Firestore, and physical device. I have been doing freelancing and found that there is a high requirement on Calendar. So I feel every flutter developer should learn how to work with Calendar. The repository will be provided in th...
How to Embed Twitter Timeline in Flutter Web in 5 mins
Просмотров 2,5 тыс.3 года назад
Hello people, This is Elai Shane from ESTech Channel. Today I am showing How to embed Twitter Timeline in Flutter Web. Source Code: github.com/elaishane/embed_twitter_in_flutterweb Reach out: Github:github.com/elaishane Twitter: imyashadulkar Linkedin:in.linkedin.com/in/yashadulkar Instagram: imyashadulkar #flutter #flutterWeb
Got Birthday Gift from @Flutter | Flutter Suprised me!!! Flutter Gift Unboxing & First Look | ESTech
Просмотров 4,1 тыс.4 года назад
Hey guys, I hope you all are doing good. I recently received a package from @Flutter Team. I have created this unboxing video to show all the contents inside the box. I would like to Nikita Gandhi, Nilay Yener, @GoogleIndia and @GoogleDevelopers, and @Flutter Team for sending me the gift also a big thank you for sending it on my birthday. 0:00 Start 0:02 Welcome 0:18 Nusta Pakav 0:30 Introducin...
How to use Snackbar in Flutter | ESTECH | FLUTTER TUTORIAL | ft. Elai Shane
Просмотров 5514 года назад
Ever wanted to show a quick message in your app? Then SnackBar is for you! SnackBar lets you pop up a message for a few seconds at the bottom of your app. Speaker Info: Elai Shane: Elai Shane is an application developer and Flutter Freelancer. He loves to learn new things in Flutter during his free time. He is also an anime fan. You can find his new design on elaishane_designs: el...

Комментарии

  • @babitarajput7251
    @babitarajput7251 8 месяцев назад

    how to change event dots color ?

  • @Nutri-Wagon
    @Nutri-Wagon 9 месяцев назад

    Hi! Thank you for the awesome video! Quick question, why can’t events be added for the current day unless another day has been selected prior to selecting the first day? How can I fix this?

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

    1. Will these events be deleted, when we restart the application? As we are not using shared preferences or any databases. 2. Can we use shared preferences to store this event data on the local device?

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

    nice video! is there a way to add a button "today" with a scroll event to return to the current day (as IOS calendar) if calendar page is way before or after the current day?

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

    thanks a lot

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

    Hello Elai. Your videos are very good and I have watched your other videos also ☺. I see you are programming on the Mac. If I may ask, which Macbook, Macbook Air or Macbook Pro can be used for developing mobile or other apps in flutter, please?

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

    Thanks Elai, will this work on App. Thanks

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

    Very good

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

    hey brother need a date range picker calender but in screen not like modal need help please reply

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

    Awesome and thanks, simple question though?, Does Reddit also have an embedding system

  • @SubodhKumar-mh7ni
    @SubodhKumar-mh7ni 2 года назад

    what is 2 week/ week and month in this calendar

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

      It changes the way your calendar should look. Like if you select month you will see all the dates in a month. When you select week, it will show you only 7 days, of the week

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

    Thank you for the video. It helps me a lot. Could you please suggest me how to get first and last visible date in calendar? Thanks in advance. :-)

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

    Can you save the appointment dates in real time firebase?

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

    Hi bro this video is really helpful to me. Thank you And a small suggestion for you Please increase font size

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

    Thank you so much for the video! JAZAKALLAH Brother!

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

    I worked, thank you channel.

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

    Thanks for this video after very very long search I found this code for displaying calendar which was error free and worked very well as per my requirement. Along with date if we could set the time to the event that would be much more helpful. Hope you will look into this.😃😃😃😃😃

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

    How do we delete added events???

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

    Hi Elai, Event created on todays date is not reflecting in view (there is no dot under the date). I do see that it is getting created but cannot see the

    • @Nutri-Wagon
      @Nutri-Wagon 9 месяцев назад

      Hi! I have the same issue, how did you fix it?

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

    Hi, I think there has been an update on the language of Dart and I was wondering if you could update the Event class? I can't quite figure out how to be able to use it.

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

    This video is exactly what I have been looking for, thank you

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

    please add tutorial get event from json/API. thanks

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

    great video!!! hope to see firebase vid soon :)

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

    THZ

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

    Hello. I am a Korean student. I have a question, can I ask you a question? I want to implement the attendance check function in the calendar. Could you please add the attendance check function to the calendar code you uploaded the video?

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

    Hi, by any chance do you have a video which you can link me to, that tackles the function of reading out-loud data fetched from Firestore as audio to user? Thanks

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

    Anyone an idea how to get sfcalendar to place the month on the appBar?

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

    anymore lessons coming?

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

    Can it process my Pentium processor 4560g

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

    Great video 🙂 Thanks for making this!

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

    thanks but how about long events that goes for 4 days or more how do you make that

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

      You will have to check start and last date and create copies for it while grouping events

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

    its working on app...?

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

    Good lesson! Thank you

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

    nice video could you do a video about the flutter event calendar in firebase?

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

      Yes I recently got the solution for it while working on the project. You shall see it soon

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

      @@imyashadulkar ah nice thx

  • @PDR-fm5ob
    @PDR-fm5ob 2 года назад

    Hey bro, do you know how I can custom disable some dates so it can't be selected? Thank you so much

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

      I will have to check and get back to you soon. Thank you

  • @doulainc.498
    @doulainc.498 2 года назад

    Thank youu

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

    please you can help, how can i get the events coming from an api?

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

      convert the dates to datetime format and push the dates to selectedEvents variable

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

    and when you are on the date of the event is there a way to notify you ?

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

      That has to be done using api Unfortunately. You cannot do offline as far as I know

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

    how can we change the year directly on the title.

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

      Let me check it out and let you know soon

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

    This helped me a lot on my project. THANK YOU SO MUCH

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

    How to set style border to all-day

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

    still waiting for the back end part.... that would be great if you do it..

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

    Dude is there any way to remove the Format button. I changed the default value of some variable formatButtonVisible to false. Nothing happened. I guess the segment of code which enables this property is not complete yet.

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

      You can disable it with changing the headerStyle (see below): "headerStyle: HeaderStyle( formatButtonVisible: false, )," You can add this part in your TableCalendar to disable the Format button

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

    Thank you for your hard work it was really beneficial. are you planning to complete the playlist ?

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

      Yes New Video shall be uploaded this week. Thank you

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

      @@imyashadulkar greatest news of the day, I subbed n turned nots on

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

      @@ramzifridhi4544 Thank you

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

    hi how to disable the weekend days?

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

    Good Video, However to take it to next level, integrate it with backend, This is to allow notifications to user about events.

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

      Yes you are right. New video will be uploaded this week. Thank you

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

      @@imyashadulkar can you plz explain a Lil bit how can I store it in the hive database

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

      @@henrypowell3496 yes

    • @doulainc.498
      @doulainc.498 2 года назад

      Thank you so much for this

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

    great video! thank you

  • @ahmedalial-selmy895
    @ahmedalial-selmy895 3 года назад

    Nice job man 😊

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

    I followed your tutorial to change the shape of selected box and focus box into rectangle but somehow the program show that I got an error (a circle can't have radius border but I already set the shape into rectangle). Do you know how to fix it ? Thank you so much

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

      Getting same issue ! How you solved it ?

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

      @@arqamhussain8298 He uploaded the video about adding events into calendar and solved our issue at the beginning. I think you should check that video

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

      Thank you. The solution is present in this video : ruclips.net/video/KvaKVud0Jx0/видео.html PS: This link will take you to your solution.

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

      Thank you

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

    i got error with defaultDecoration. "the named parameter isnt defined"