aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.82k stars 995 forks source link

Smooth animation when switch view mode Week/ 2 Week/Month #493

Open nguyendat opened 3 years ago

nguyendat commented 3 years ago

Currently, when switch view mode the transition not smooth enough, it just shows and hides view -> In order to improve UI/UX I want it should be collapse/expand animation smoothly

Example for reference: https://dribbble.com/shots/10490105-Calendar-App-Interaction

aleksanderwozniak commented 3 years ago

Yes, there is some room for improvement when animating the change from larger calendar format to smaller (month to week). If you are willing to contribute it, feel free to submit a PR.

Stratovarius93 commented 2 years ago

how change this language text Button ?

LogicKahanHai commented 1 month ago

Hey! @aleksanderwozniak (sorry for tagging if I wasn't supposed to.. I am new to Open Source) Can I jump in on this, if no one's currently working on it.. I "think" I have a solution. Can I give it a shot?

LogicKahanHai commented 1 month ago

Hey! If anyone is still looking for a solution to this issue, understand this... There is no issue at all... Just look at this video below

Screen Recording

I just added a parent container (with color) to the AnimatedSize widget and it changed everything.

So as you can see... If we need to resolve this on our end we need to either find a way to animate the text, which is a whole another story... Or just add something like a background to the calendar view that will make it a bit better.