Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JeanRoldanDev opened this issue Aug 4, 2019 · 2 comments

Comments

@JeanRoldanDev
Copy link

image

@JeanRoldanDev
Copy link
Author

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
Copy link
Owner

dylanwuzh commented Aug 23, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants