-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unwanted space at the top of DayView when used inside a Sliver. #225
Comments
Hi @mridboy96, could you kindly share your code snippet for the SliverAppBarWidget? |
Hi, @mridboy96. It's great news that your issue has been partially resolved. We are working on your above mention issue. |
…anted_space_in_day_view fix: 🐛Unwanted space at top of dayView while using sliver #225.
Hi @mridboy96 We have fixed the issues in the #251 you will find the latest fixes in our latest release 1.0.4 |
That is great !! Thank you!! |
I have been trying to implement the calendar_view widget in a customScrollView, but for some reason there seems to an unwanted space at the top of the DayView widget.
I am currently using the DayView Widget inside a SliverFillRemaining widget.
I have attached the screenshot and my code below.
Would like to find some help here as to how I can eliminate this extra space that is present above the DayView Widget.
Code Screenshot
Preview Screenshot
The text was updated successfully, but these errors were encountered: