Results 5 issues of Chau Cao

enhancement
help wanted

How can I reduce the space between the main card and the left and right card when using scale? space

``` PagedVerticalCalendar( minDate: DateTime.now().subtract(const Duration(days: 60)), maxDate: DateTime.now().add(const Duration(days: 60)), physics: const NeverScrollableScrollPhysics(), ), ``` ![uploading](https://github.com/casvanluijtelaar/paged_vertical_calendar/assets/86839861/adc6d3c7-abe8-43f2-9a3e-8b4eb5b64caa)

waiting for response

At first I use `Get.toNamed('/some_page')` to get the SomePage. It work fine, my current page is alive, its controller have never been deleted. When I use `Get.back()` the state stay...

For example: 1.1.1 -> 1.1.2, don't show upgrader 1.1.4 -> 1.2.1 show upgrader 1.10.1 -> 2.0.0 show upgrader