mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-24 09:26:49 +00:00

* feat: wip enabling date filter * fix: update date picker selected range on change * fix: save in utc, load in local date time * test: added date filter test * fix: don't include time in date picker including time makes filtering complex without much gain. when the condition is "is" we should also note the exact time which most of the cases the time is not intended by user only the day. * fix: flutter analyze