1. 19 Jan, 2024 1 commit
  2. 10 Jan, 2024 1 commit
  3. 15 Dec, 2023 1 commit
  4. 13 Dec, 2023 1 commit
  5. 03 Nov, 2023 1 commit
  6. 30 Sep, 2023 1 commit
  7. 11 Sep, 2023 1 commit
  8. 05 Sep, 2023 1 commit
  9. 22 Jun, 2023 1 commit
  10. 13 Jun, 2023 1 commit
    • Qun Cheng's avatar
      Update unit tests in material library for Material 3 (#128725) · a5f8b64e
      Qun Cheng authored
      Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true.
      
      All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version.
      
      related to #127064
      a5f8b64e
  11. 09 Jun, 2023 1 commit
  12. 07 Jun, 2023 1 commit
    • Michael Goderbauer's avatar
      Refactor tests (#128371) · 6221d5c7
      Michael Goderbauer authored
      To make them a little more resilient to changes in the tree shape as the tree will be changing a little bit for multi view.
      6221d5c7
  13. 19 May, 2023 1 commit
  14. 05 May, 2023 1 commit
  15. 05 Apr, 2023 1 commit
  16. 29 Mar, 2023 1 commit
  17. 13 Mar, 2023 1 commit
  18. 10 Mar, 2023 1 commit
    • Casey Hillers's avatar
      Revert PRs relating to single window assumption (#122369) · 1f426123
      Casey Hillers authored
      * Revert "Remove references to BindingBase.window (#122119)"
      
      This reverts commit c7681f00.
      
      * Revert "Remove another reference to BindingBase.window (#122341)"
      
      This reverts commit 6ec44450.
      
      * Revert "Reland (2): Removes single window assumptions from `flutter_test` (#122233)"
      
      This reverts commit eb3d317e.
      
      * Revert "Remove single view assumption from TestViewConfiguration (#122352)"
      
      This reverts commit 927289fb.
      
      * Revert "Updates `flutter/test/cupertino` to no longer use `TestWindow` (#122325)"
      
      This reverts commit 67e17e45.
      
      * Revert "Updates `flutter/test/gestures` to no longer reference `TestWindow` (#122327)"
      
      This reverts commit c2a5111c.
      
      * Revert "Updates `flutter/test/rendering` to no longer use `TestWindow` (#122347)"
      
      This reverts commit 28b65e08.
      
      * Revert "Updates `flutter_localizations/test` to stop using `TestWindow` (#122321)"
      
      This reverts commit 01367d52.
      1f426123
  19. 09 Mar, 2023 1 commit
  20. 08 Mar, 2023 1 commit
  21. 07 Mar, 2023 1 commit
  22. 06 Mar, 2023 2 commits
  23. 23 Feb, 2023 1 commit
  24. 22 Feb, 2023 1 commit
    • Mushaheed Syed's avatar
      Add ActionButtonIconsData for overriding action icons (#118229) · 7d85a585
      Mushaheed Syed authored
      * Add ActionButtonIconsData for overriding action icons
      
      * Fix formatting issues
      
      * Add missing exports in material library and add copyWith method in ActionButtonIconsData
      
      * Move all action buttons, and icons to action_buttons.dart
      
      * Rename actionButtonIcons to actionIconTheme
      
      * Refactor buttons in action_buttons.dart to extend a private class for common implementation
      
      * Refactor icons in action_buttons
      
      * Fix docs in action_buttons_theme
      
      * Fix #107646 always use 'Icons.arrow_back' as a back_button icon in web
      
      * Update documentation for action buttons and add style parameter to every action button
      
      * Fix analyzer warnings
      
      * Add missing style argument in IconButton of _ActionButton
      
      * Add tests for action buttons, action icon theme, drawer buttons, and back buttons
      
      * Add example (+test) for action icon button's action icon theme in examples/api
      
      * Fix analysis errors
      
      * Add missing license header in action_icon_theme.0.dart
      
      * Fix deprecation notice in theme_data.dart
      
      * Update theme data tests for actionIconTheme
      
      * Remove iconSize parameter from ActionButtons and update docs
      
      * Fix failing tests
      
      * Update button color during backbutton tests to red
      
      * Fix analytics issues
      
      * Fix format
      7d85a585
  25. 17 Feb, 2023 1 commit
  26. 25 Jan, 2023 1 commit
  27. 20 Jan, 2023 1 commit
  28. 17 Jan, 2023 1 commit
  29. 21 Dec, 2022 1 commit
    • Justin McCandless's avatar
      Fix Scaffold bottomSheet null exceptions (#117008) · 8ff1b6eb
      Justin McCandless authored
      * Prevent possibility of null exceptions on widget.bottomSheet
      
      * New approach that fixes bug in updating the bottomSheet
      
      * Real-world test for bottomSheet error
      
      * Allow bottomSheet to animate out after being killed, even if it was rebuilt
      
      * Go back to the simple solution of SizedBox.shrink
      8ff1b6eb
  30. 17 Dec, 2022 1 commit
  31. 16 Dec, 2022 2 commits
  32. 09 Dec, 2022 1 commit
  33. 17 Oct, 2022 1 commit
  34. 02 Sep, 2022 1 commit
  35. 12 Jul, 2022 1 commit
  36. 30 Jun, 2022 2 commits
  37. 29 Jun, 2022 1 commit