Chau Cao
Chau Cao
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(), ), ``` 
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