flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.11k stars 27.21k forks source link

Make the Cupertino Date Picker easier to driver with Flutter driver #49680

Open jonsamwell opened 4 years ago

jonsamwell commented 4 years ago

Similar to #49100 if would be great to make this widget easier to driver using Flutter driver by adding well known keys to the days, months, years, hours, minutes, seconds CupertinoPicker widgets within this control. These picker could then be scrolled and tapped and thus any date and/ or time could be picked.

At the moment this widget is impossible to driver using the driver.

I'm happy to do a PR for this so let me know any thoughts or if I have missed something simple with driving this element with the driver.

xster commented 4 years ago

What API are you proposing on the driver?

jonsamwell commented 4 years ago

@xster I don't think this need a custom api exposed on the driver. It would be better to have keys on certain elements within the Cupertino date picker so that they can be controlled via the driver