dylanwuzh / flutter-cupertino-date-picker

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

Integration test for the DatePickerWidget #68

Open davepate opened 4 years ago

davepate commented 4 years ago

I used the library to integrate the DatePickerWidget and everything is fine. But unfortunately I need to do the integration tests, but unfortunately I couldn't do them on the DatePickerWidget object. I wanted to ask but is there any documentation to do this kind of test on the DatePickerWidget?