Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiross committed Feb 19, 2020
1 parent 4e3c64f commit 9bc5071
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.1.2+4]
* fixed not showing 3 rows

## [0.1.2+3]
* minimized size of dialog

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2+3"
version: "0.1.2+4"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/widget/date_picker_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class _DatePickerWidgetState extends State<DatePickerWidget> {
children: <Widget>[
Positioned(
child: Container(
padding: EdgeInsets.all(18.0),
padding: EdgeInsets.symmetric(horizontal: 7, vertical: 18),
height: widget.pickerTheme.pickerHeight,
decoration:
BoxDecoration(color: widget.pickerTheme.backgroundColor),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_holo_date_picker
description: A Flutter package of Datepicker that looks like Holo Theme in Android.
version: 0.1.2+3
version: 0.1.2+4
homepage: https://github.com/kfiross/flutter_holo_date_picker

environment:
Expand Down

0 comments on commit 9bc5071

Please sign in to comment.