During the Decoupling Framework Tests project, several test utils were created that made it easier to write tests in Widgets and Cupertino without using the Material library. They were placed in utils files in the Widgets test directory, so they can't be used by Flutter app devs, only by the Widgets tests themselves.
We should consider moving some or all of these utils from Widgets to flutter_test in order to make them publicly available to app devs.
List of utils to consider making public:
List of utils that we've decided should not be made public:
None yet!
Related: #177028
During the Decoupling Framework Tests project, several test utils were created that made it easier to write tests in Widgets and Cupertino without using the Material library. They were placed in utils files in the Widgets test directory, so they can't be used by Flutter app devs, only by the Widgets tests themselves.
We should consider moving some or all of these utils from Widgets to flutter_test in order to make them publicly available to app devs.
List of utils to consider making public:
TestTextFieldand migrate tests #180494)List of utils that we've decided should not be made public:
None yet!
Related: #177028