GaspardMerten / date_range_picker

Date Range Picker is a user-friendly and simple package for Flutter that allows users to select a date range. It's designed to evolve over time, and its components are built to be reusable.
MIT License
12 stars 32 forks source link

Added verical separator between months #7

Closed NTualOnePoint closed 11 months ago

NTualOnePoint commented 1 year ago

Hello there, we thought that having a separator between the two months would be better for the users to see which day tile is linked to which month, here is what I did in order to add this separator. Hope you like it. :) Feel free to come back to me if you have any comment or question.

GaspardMerten commented 12 months ago

Dear @NTualOnePoint,

Thank you for the PR.

Could you just make sure to remove the changes made to lines not related to your changes? This makes it easier to understand what you changed exactly (you reformatted some functions etc, mb automatically...).

Also, did you integrate it into the CalendarTheme?

Have a good day!

Gaspard

NTualOnePoint commented 12 months ago

Hello @GaspardMerten ,

I fixed the auto-format for you.

To answer to your question, I integrated the color of the separator in the CalendarTheme

Have a good one

GaspardMerten commented 11 months ago

Thank you for the contribution. I will try to push this to a new release on Friday.