• Michael Goderbauer's avatar
    Remove deprecated *TestValues from TestWindow (#131098) · ad78cf35
    Michael Goderbauer authored
    Part of https://github.com/flutter/flutter/issues/133171.
    
    Removes from `TestWindow`:
    * `localeTestValue`
    * `clearLocaleTestValue`
    * `localesTestValue`
    * `clearLocalesTestValue`
    * `initialLifecycleStateTestValue`
    * `alwaysUse24HourFormatTestValue`
    * `clearAlwaysUse24HourTestValue`
    * `brieflyShowPasswordTestValue`
    * `defaultRouteNameTestValue`
    * `clearDefaultRouteNameTestValue`
    * `semanticsEnabledTestValue`
    * `clearSemanticsEnabledTestValue`
    * `accessibilityFeaturesTestValue`
    * `clearAccessibilityFeaturesTestValue`
    
    These properties have reached the end of their deprecation period.
    ad78cf35
window_test.dart 5.86 KB