dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 416 forks source link

Unhandled Exception: NoSuchMethodError: The method 'call' was called on null. #40

Closed JeanRoldanDev closed 5 years ago

JeanRoldanDev commented 5 years ago

image

JeanRoldanDev commented 5 years ago

veo incomodo tener que llamar a todos los métodos esa fue la solución

onClose: () => print("----- onClose -----"), onCancel: () => print('onCancel'), onChange: (dateTime, List index) { setState(() { _dateTime = dateTime; }); }, onConfirm: (dateTime, List index) { setState(() { _dateTime = dateTime; }); }

dylanwuzh commented 5 years ago

Please upgrade to version: v1.0.12, the onClose is not required.