Commit d267b018 by Rizal Hermawan

edit

parent 541a1bdd
...@@ -100,7 +100,7 @@ class DatePicker { ...@@ -100,7 +100,7 @@ class DatePicker {
onCancel: onCancel, onCancel: onCancel,
onChange: onChange, onChange: onChange,
onConfirm: onConfirm, onConfirm: onConfirm,
theme: Theme.of(context, shadowThemeOnly: true), theme: Theme.of(context),
barrierLabel: barrierLabel:
MaterialLocalizations.of(context).modalBarrierDismissLabel, MaterialLocalizations.of(context).modalBarrierDismissLabel,
minuteDivider: minuteDivider, minuteDivider: minuteDivider,
......
...@@ -3,6 +3,7 @@ description: Flutter cupertino date picker. Display DatePicker in iOS style. Sup ...@@ -3,6 +3,7 @@ description: Flutter cupertino date picker. Display DatePicker in iOS style. Sup
version: 1.0.26+2 version: 1.0.26+2
author: Dylan Wu <dylanwuzh@gmail.com> author: Dylan Wu <dylanwuzh@gmail.com>
homepage: https://github.com/wuzhendev/flutter-cupertino-date-picker homepage: https://github.com/wuzhendev/flutter-cupertino-date-picker
publish_to: none
dependencies: dependencies:
flutter: flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment