aiekseu
Results
2
comments of
aiekseu
@1997roylee for me the problem was in CORS policy – temporary allowing all origins solves the issue
Go into __CalendarAppBarState_ implementation. In the _initState()_ method change the _position_ initialization to `position = widget.lastDate.difference(selectedDate).inDays + 2;` After _scrollController_ initialization, inside the build method write ``` WidgetsBinding.instance?.addPostFrameCallback((_) { widthUnit...