diff --git a/CHANGELOG.md b/CHANGELOG.md index e332c15..5aa9f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.4 + +- Fixed drag down date time picker not rebuilding + ## 2.2.3 - Fixed skipping month bug diff --git a/lib/src/drag_down_date_time_picker.dart b/lib/src/drag_down_date_time_picker.dart index 4926f57..ddab273 100644 --- a/lib/src/drag_down_date_time_picker.dart +++ b/lib/src/drag_down_date_time_picker.dart @@ -106,6 +106,7 @@ class _DragDownDateTimePickerState extends State { }); _dragController.addListener(() { widget.onTimerPickerSheetChange?.call(_dragController.pixels); + setState(() {}); }); } diff --git a/pubspec.yaml b/pubspec.yaml index 2648ebc..42f7ee4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_date_time_picker description: A Flutter package for date and time picker. -version: 2.2.3 +version: 2.2.4 homepage: https://iconica.nl/ environment: