From 66b9262f243b0fc35d4fbc864d7e36e476911e91 Mon Sep 17 00:00:00 2001 From: Ralf Weinbrecher Date: Thu, 24 Mar 2022 15:49:18 +0100 Subject: [PATCH] fix(month-view): Fixed startOnMonday flag for month view #32 * Issue #32 closed * Option startOnMonday wasn't working correctly for the month view https://github.com/rwbr/flutter_neat_and_clean_calendar/issues/32 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c979d9..23f4f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.3+16] - 2022-03-23 +* Issue #32 closed +* Option startOnMonday wasn't working correctly for the month view + ## [0.3.2+15] - 2022-02-13 * New additionaly parameter to set the initial date of the DatePicker, if enabled diff --git a/example/pubspec.lock b/example/pubspec.lock index 2e7ab17..d41e9ce 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "0.3.1+14" + version: "0.3.3+16" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 5cc6d65..6c9e524 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_neat_and_clean_calendar description: Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Fork of [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar) -version: 0.3.1+14 +version: 0.3.3+16 homepage: https://github.com/rwbr/flutter_neat_and_clean_calendar environment: