File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020 v3.32.4. [ #478 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/478 )
2121- Updated ` README.md ` to use documentation
2222 website. [ #469 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/469 )
23+ - Fixed resizing the window automatically scrolls the page to the top in
24+ example app. [ #480 ] ( https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/480 )
2325
2426# [ 1.4.0 - 7 Jan 2025] ( https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0 )
2527
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ class _WebHomePageState extends State<WebHomePage> {
4444 MediaQuery .of (context).size.height),
4545 ),
4646 child: CalendarViews (
47- key: ValueKey (MediaQuery .of (context).size.width),
4847 view: _selectedView,
4948 ),
5049 ),
You can’t perform that action at this time.
0 commit comments