Тёмный

Flutter - Calendar - Displaying and Customizing Calendar 

Appwriters
Подписаться 10 тыс.
Просмотров 72 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 106   
@egehanasal710
@egehanasal710 Год назад
Great stuff! Thank you sir
@darkracc00n
@darkracc00n 4 года назад
At first i was not sure if this is a good Video. But it is indeed a good Tutorial and worth every minute to watch! It really helped me understand! Thank you!
@appwriters
@appwriters 4 года назад
Wow! Thank you so much for such nice appreciation. Do check the other videos on the Flutter calendar and events along with Firebase
@Machiuka
@Machiuka 4 года назад
Thank you for this informative tutorial
@chriscampbell9483
@chriscampbell9483 3 года назад
Thank you for this very helpful video!
@georgioss1534
@georgioss1534 4 года назад
This was great!
@appwriters
@appwriters 4 года назад
Thank you
@andyal868
@andyal868 3 года назад
onDaySelected: (date, events, _) Notice third parameter _ You're welcome
@marangamokaya3887
@marangamokaya3887 3 года назад
Thanks for this.
@ksaikiran5116
@ksaikiran5116 4 года назад
Very well explained
@xiijm
@xiijm 5 лет назад
Can you add more complete tutorial for table calendar? With events in firebase for example? Thank you!!
@appwriters
@appwriters 5 лет назад
Hi, thank you for your interest in my tutorials. Will try to include your request, but in the mean time you can try yourself: 1. Wrap the table calendar with StreamBuilder widget, 2. Pass a stream of events from firestore to Streambuilder 3. Whenever the streambuilder has data, return TableCalendar passing the events attribute, by grouping the events you get from firestore by datetime (Write a function that will take a list of events gotten from firestore and returns a Map, i.e. the events grouped by datetime. Do let me know if you have confusion
@richdfrmn
@richdfrmn 5 лет назад
Did you resolve this issue ? if so how ? I have a calendar, looking for examples on displaying firebase events
@xiijm
@xiijm 5 лет назад
@@richdfrmn no, I can't do it!!! 😱
@appwriters
@appwriters 4 года назад
Here check this new tutorial on saving and retrieving events on calendar ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jhtKTKn6PlI.html I am using shared preferences, but you can use firebase or any other persistence medium.
@baxiry.
@baxiry. 5 лет назад
very very very helpfull> BIG THANKS
@appwriters
@appwriters 4 года назад
Here also check this new tutorial on saving and retrieving events on calendar ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jhtKTKn6PlI.html
@anaynasingh5063
@anaynasingh5063 4 года назад
Thank you soo much! This was very helpful.
@appwriters
@appwriters 4 года назад
Glad it was helpful!
@matthewslaton1366
@matthewslaton1366 3 года назад
not trying to be rude but, what is your boilerplate code for the fscs? I'm not trying to type everything out
@appwriters
@appwriters 3 года назад
I have created my own vs-code snippets for fscs..you can create your own too.. check how ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5zd1iga80rA.html
@lucasverkerk3067
@lucasverkerk3067 5 лет назад
Hi all, Super video! Does anyone knows. How you can send push notifications (with firebase) when a person planned an activity added at a certain time in the calendar? Thanks for your help! Cheers, Lucas
@appwriters
@appwriters 5 лет назад
Whenever certain activity is added, you can either store that information on your own backend or firestore. If you use your own backend, you can schedule a push notification from your backend whenever when new activity is planned. If you use firestore, you can use cloud functions to schedule push notification.
@umershiekh5852
@umershiekh5852 3 года назад
good
@appwriters
@appwriters 3 года назад
Thanks
@anuragparajuli2182
@anuragparajuli2182 4 года назад
Thank you dai very good explanation and which theme are you using ?
@appwriters
@appwriters 4 года назад
Check out this video where I have shared themes and extensions I use ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-bmtnK1kWBEw.html
@zouhairkhalfaoui3266
@zouhairkhalfaoui3266 3 года назад
hello, i have flutter sleep sounds app that needs little customization, are good to do it? thanks
@appwriters
@appwriters 2 года назад
Sorry, I am pretty busy. Thank you for the offer though.
@rebazjabar7660
@rebazjabar7660 3 года назад
great video thanks , but i have a question how make the size of calendar smaller or hidden calendar when you tap the calendar it show in a big way ?
@appwriters
@appwriters 3 года назад
For resizing wrap with container or sizedbox and provide desired dimensions. For hiding showing/ use stateful widget to make that interaction
@rebazjabar7660
@rebazjabar7660 3 года назад
@@appwriters thank u so much
@rebazjabar7660
@rebazjabar7660 3 года назад
@@appwriters can you do a short video how to hide it please ? i did many try but i couldnt do it
@mobix25
@mobix25 4 года назад
that was really helpful , tho i have quite a problem. how can i manage my daily schedule of every month. (eg. on the 1st day i do something, 2nd day i do other stuff, and so on for the whole month). please help me out.
@appwriters
@appwriters 4 года назад
You can set repeating, and keep multiple data on event.
@felipe1nonsense
@felipe1nonsense 3 года назад
Thank u, help me a lot
@appwriters
@appwriters 3 года назад
Glad to hear that!
@justnails5059
@justnails5059 3 года назад
It is possibile to use this pack to have hours in the days also and make reservation?
@appwriters
@appwriters 3 года назад
This package is for calendar, when you pick date in the form, you can also modify to set pick time, for your application..explore more on date time pickers, may this too can help ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-amrXIsnvBTg.html
@marufhassan634
@marufhassan634 4 года назад
At 5:37 you made the color white for the date, can you plz tell me how can I get the date color the same as the today's date color. For eg - Sat is red in your calendar and I want it to show red color when I click on it and if I press on Monday, then it shows black color as it is in the calendar by default
@appwriters
@appwriters 4 года назад
I don't yet know if that's possible, however you can use simple technique, your selected date is saved in a variable somewhere, so you can use the selected date and check if it's a week day or a holiday and assign the selectedColor based on that to match the calendar colors.
@tgbaozkn
@tgbaozkn 4 года назад
Teacher, why did you do "todaybuilder" and "selectedbuilder" ? i can't understand fairly because you already wrote styles of selected and today buttons ,what for that?
@appwriters
@appwriters 4 года назад
Builders can be used when you are not satisfied with the styles customization only, you can switch the entire widget using those builders instead of just styling the default widgets in today and selected dates
@sujalmanandhar8011
@sujalmanandhar8011 4 года назад
I need to show multiple calendars in a list. I have created separate calendar controller and events for each calendar. However, i am not able to show markers separately. Can this be done?
@appwriters
@appwriters 4 года назад
If you have assigned the events separately to each calendar then it should be possible. I am not sure what you are are doing without further information or code. But should be possible as each calendar is it's own instance.
@sujalmanandhar8011
@sujalmanandhar8011 4 года назад
React Bits (Damodar Lohani) yeah, I have figured out where I was doing wrong. I’ve got it working now. Thanks :)
@othnielotuotwumasi1523
@othnielotuotwumasi1523 3 года назад
Hi. I’m receiving an error. I’m being told that there’s “no named parameter with the name “clipBehavior”. clipBehavior:widget.calenfarStyle.EventMarkersOverflow. Please help
@appwriters
@appwriters 3 года назад
The package has changed a lot look at their documentation on pub.dev as well check the updated calendar tutorial linked in the description
@LuisOtavio-dt8nu
@LuisOtavio-dt8nu 3 года назад
Is it possible to select and display multiples dates?
@appwriters
@appwriters 3 года назад
With latest version of the calendar package you should be able to. Read their docs.
@cledilsonprogramador
@cledilsonprogramador 4 года назад
How can I translate it into my pt-BR language? Is there only French, English, and German?
@nr.selvaraja
@nr.selvaraja 4 года назад
showing "onDaySelected" funtion. But i want onDateSelectd When I onpress on the calendar ... in console ... Selected date should print in the format of yyyy-mm-dd How?
@appwriters
@appwriters 4 года назад
OnDaySelected returns the DateTime object, you can format that to any format using pub.dev/packages/intl package
@Nabin.Kandel
@Nabin.Kandel 3 года назад
@KelssyKinstern
@KelssyKinstern 3 года назад
hello. i have error with ondayselected. how to solve it?
@appwriters
@appwriters 3 года назад
What is the error? And what is the code? Try to compare it with the code in the repository linked. Also Stay tuned, as I have Updated Calendar tutorial coming this week with latest features, Events CRUD and Much more.
@tobytran2775
@tobytran2775 4 года назад
Is there any way we can hide the button showing Month, Week or 2 weeks? Thank you.
@appwriters
@appwriters 4 года назад
there is a property for headerStyle to hide it, its called format button, do check it out
@aytunch
@aytunch 5 лет назад
Can we select multiple days(they don't have to be consecutive)
@appwriters
@appwriters 5 лет назад
Not to my knowledge, I don't think table_calendar has that functionality.
@panval90
@panval90 2 года назад
can we put the Month on the appBar? if yes how?
@appwriters
@appwriters 2 года назад
you can use the callback provided like ondaychanged or relevant and display the data anywhere you want including AppBAr
@panval90
@panval90 2 года назад
@@appwriters could you please give me a sample, I am new to coding
@abhishekpathak8666
@abhishekpathak8666 3 года назад
Brother i get some error while running the code like add argument first day and all ...what should i do
@appwriters
@appwriters 3 года назад
Check the updated version of this tutorial. Newer Flutter+Calendar series
@abhishekpathak8666
@abhishekpathak8666 3 года назад
@@appwriters i use this same video for developing calendar application but and i do same as you tell , but when i write calendarcontroller : _controller in widget section , so it show use firstday, last day, finsl day terms, etc...can you plz tell me what should i do..plz help any extensions, any trick etc
@appwriters
@appwriters 3 года назад
@@abhishekpathak8666 make sure to use the same version of the TableCalendar, newer version has breaking changes you should read on their documentation on pub.dev
@JeffersonRamalho1
@JeffersonRamalho1 4 года назад
Could you make a tutorial how to implements Firestore to get and put these map _events?
@appwriters
@appwriters 4 года назад
Here already ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TDerNqLEpPE.html
@satheeshguduri
@satheeshguduri 4 года назад
How can we add container for day and date ... please reply
@appwriters
@appwriters 3 года назад
Don't understand what you mean?
@nurettineraslan5339
@nurettineraslan5339 4 года назад
We need update this tutorial, because firestore, firebase core... were updated
@appwriters
@appwriters 3 года назад
Updating soon
@kojiro1993
@kojiro1993 4 года назад
Hi, nice video! i have one question, can i put my calendar language in spanish? and how?
@kojiro1993
@kojiro1993 4 года назад
nvm i already change, set property locale: 'es_ES' and initializeDateFormatting("es_ES"); in InitState override method
@appwriters
@appwriters 4 года назад
Please check their documentation for more info pub.dev/packages/table_calendar
@nr.selvaraja
@nr.selvaraja 4 года назад
How to print Selected date in this calendar?
@appwriters
@appwriters 4 года назад
Not sure I understand, selected date is already highlighted in calendar.
@jaswinder4011
@jaswinder4011 4 года назад
How can we select multiple dates?
@appwriters
@appwriters 4 года назад
Not possible with this calendar plugin I guess.
@satheeshguduri
@satheeshguduri 3 года назад
How to customize calendar header, I mean changing the positions of header items
@davireimannrossini
@davireimannrossini 4 года назад
Can I translate the calendar to pt_BR?
@gutsbaiano7212
@gutsbaiano7212 4 года назад
how can I rename the days of the week? i want to change for portuguese thanks for the tutorial :D
@appwriters
@appwriters 4 года назад
Please checkout the localization section of the plugin (pub.dev/packages/table_calendar)
@ScienceSeekho
@ScienceSeekho 3 года назад
bro at start of video please show the final output so that I can know that the video is relevant to me. Just add a small demo of 10 to 15 sec. then start the tutorial.
@appwriters
@appwriters 3 года назад
Thanks for the great suggestions, I'll try that in my newer videos.
@rajeshch1174
@rajeshch1174 4 года назад
how to add an event to particular date in calender??
@appwriters
@appwriters 4 года назад
Check ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TDerNqLEpPE.html or ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jhtKTKn6PlI.html
@mechashadowx
@mechashadowx 5 лет назад
how can I run a flutter app in the background?
@appwriters
@appwriters 5 лет назад
Hi, please check out this tutorial, this might be what you need medium.com/flutter/executing-dart-in-the-background-with-flutter-plugins-and-geofencing-2b3e40a1a124
@titofrezer6201
@titofrezer6201 5 лет назад
how to add events on my calendar and retreive it later
@appwriters
@appwriters 4 года назад
Here check this tutorial on adding events ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jhtKTKn6PlI.html
@ashishchatterjee6050
@ashishchatterjee6050 4 года назад
how can we select multiple dates and store in in list
@datadodo
@datadodo 4 года назад
I wondered this as well, did you find an answer?
@waqasahmed5994
@waqasahmed5994 3 года назад
how to disable previous dates?
@appwriters
@appwriters 3 года назад
Checkout enabledDayPredicate option
@waqasahmed5994
@waqasahmed5994 3 года назад
@@appwriters enabledDayPredicate is disabling all dates
@appwriters
@appwriters 3 года назад
@@waqasahmed5994 Its a boolean function, where you have to specify a condition based on which to enable or disable any date
@kimiecrafter
@kimiecrafter 4 года назад
Why I can't install the calendar
@appwriters
@appwriters 4 года назад
I don't know :D Please provide the error log, console, describe in more detail.
@mxd735
@mxd735 4 года назад
Guru
@marcosradix1
@marcosradix1 4 года назад
It is possible to do translate It ?
@appwriters
@appwriters 4 года назад
please checkout their details, pub.dev/packages/table_calendar, They support Locale, so I believe it is possible.
@felipefranco7444
@felipefranco7444 5 лет назад
Hello sir can you please create a tutorial on adding events PLEASEEEEEEEEEE!!!!!!!!
@appwriters
@appwriters 5 лет назад
Thank you for your suggestion. It's surely coming out soon
@appwriters
@appwriters 4 года назад
Here check this new tutorial on saving and retrieving events on calendar ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jhtKTKn6PlI.html
Далее
Top 10 Widgets every Flutter Developer should know!
17:17
Кольцо Всевластия от Samsung
01:00
Просмотров 481 тыс.
Ребенок по калькуляции 😂
00:32
Просмотров 128 тыс.
ТЕСЛА КИБЕРТРАК x WYLSACOM / РАЗГОН
1:40:47
Flutter Chat UI Tutorial | Apps From Scratch
1:03:58
Просмотров 580 тыс.
Complex Animations in Flutter using Rive | Flare
15:44
Просмотров 225 тыс.
Flutter Animation in 5 Minutes
5:01
Просмотров 176 тыс.
How to use the Date picker in Flutter
5:45
Просмотров 100 тыс.
Кольцо Всевластия от Samsung
01:00
Просмотров 481 тыс.