diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml
index 24abb14e..fc14e618 100644
--- a/.github/workflows/github_pages.yml
+++ b/.github/workflows/github_pages.yml
@@ -19,6 +19,8 @@ jobs:
- name: Install Flutter
uses: britannio/action-install-flutter@v1.1
+ with:
+ version: 3.24.3
- name: Install dependencies
run: flutter pub get
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 836fa1f6..8a81a19d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- Fixes issue in showing quarter hours when startHour is provided. [#387](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/387)
- Use `hourLinePainter` in `DayView` [#386](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/386)
+- Refactor `SideEventArranger` to arrange events properly. [#290](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/290)
# [1.2.0 - 10 May 2024](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.2.0)
diff --git a/example/web/index.html b/example/web/index.html
index 2bc631d9..3003eac9 100644
--- a/example/web/index.html
+++ b/example/web/index.html
@@ -33,13 +33,7 @@
-
+