Skip to content

Commit

Permalink
fix(month-view): Fixed startOnMonday flag for month view #32
Browse files Browse the repository at this point in the history
* Issue #32 closed
* Option startOnMonday wasn't working correctly for the month view

#32
  • Loading branch information
rwbr committed Mar 24, 2022
1 parent 47154ab commit 66b9262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66b9262

Please sign in to comment.