werner-scholtz / kalender

An elegantly crafted Flutter calendar UI package.
MIT License
108 stars 29 forks source link

Change the color and font of day in weekly configuration #74

Closed GSFdev24 closed 6 months ago

GSFdev24 commented 6 months ago

Hi Team ,

for the weekly configuration I haven't found any way, to change the color and the font of number of day in header, but only the name of the week changes.

I attach a photo to explain my problem better, in the red circles you can see the numbers of the day whose color and font I cannot change

calendar

thank you a lot for your work Regards

werner-scholtz commented 6 months ago

Hi you should be able to pass in a custom builder for that

werner-scholtz commented 6 months ago

I am currently in the process of rewriting the package so I will add a stringbuilder and textstyle in the new version of the package.

GSFdev24 commented 6 months ago

Hi you should be able to pass in a custom builder for that

i customize the components dayHeaderBuild and now i have this result:

calendario2

thanks a lot for the tip

werner-scholtz commented 6 months ago

Glad I could help