- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 03 Nov, 2023 1 commit
-
-
Kostia Sokolovskyi authored
-
- 15 Sep, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 14 Aug, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 07 Aug, 2023 1 commit
-
-
Kate Lovett authored
Fixes https://github.com/flutter/flutter/issues/59413 This relocates `mock_canvas.dart` and `recording_canvas.dart` from `flutter/test/rendering` to `flutter_test`. The testing functionality afforded by mock_canvas should be available to everyone, not just the framework. :) mock_canvas.dart needed a bit of cleanup - things like formatting and super parameters.
-
- 31 Jul, 2023 1 commit
-
-
Qun Cheng authored
Reverts flutter/flutter#131368 Original PR: https://github.com/flutter/flutter/pull/131292 . The flutter mirror was out of date and tree was closed, so the original PR was reverted. Now should be safe to have a reland.
-
- 26 Jul, 2023 2 commits
-
-
Loïc Sharma authored
Reverts flutter/flutter#131292 This PR is affected by https://g-issues.skia.org/issues/40045533. See @Piinks's [explanation](https://discord.com/channels/608014603317936148/613398423093116959/1133885989358678076): > The mirror is probably out of sync. The failing commit introduced new changes, but they have not been updated yet. I would revert the PR until we can check the mirror. Last week it went 2+ hours out of sync so rerunning it may not green the tree for a while.
-
Qun Cheng authored
Updated golden tests in * ink_sparkle_test.dart * material_test.dart * page_test.dart * progress_indicator_test.dart to have M2 and M3 versions. More info in #127064
-
- 14 Jul, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 14 Jun, 2023 1 commit
-
-
Qun Cheng authored
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 31 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 06 Sep, 2022 1 commit
-
-
Darren Austin authored
* Added support for surfaceTintColor and shadowColor to the Dialog widgets. * Updated the defaults for Material.shadowColor and Material.surfaceTint to allow turning off the features with a transparent color. * Added support for shadowColor and surfaceTintColor for Drawer widget.
-
- 16 May, 2022 1 commit
-
-
Dan Field authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 17 Mar, 2022 1 commit
-
-
Darren Austin authored
-
- 01 Mar, 2022 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2022 1 commit
-
-
Taha Tesser authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 07 Oct, 2021 1 commit
-
-
Denis Grafov authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 12 Aug, 2021 1 commit
-
-
Hans Muller authored
This reverts commit 724c0eb6.
-
- 10 Aug, 2021 1 commit
-
-
Viren Khatri authored
-
- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 May, 2021 1 commit
-
-
xubaolin authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2021 1 commit
-
-
Greg Spencer authored
-
- 04 Feb, 2021 1 commit
-
-
Sam Rawlins authored
-
- 18 Nov, 2020 1 commit
-
-
MH Johnson authored
-
- 12 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
Migrates the following files to NNBD: * input_decorator_test.dart * list_tile_test.dart * localizations_test.dart * material_button_test.dart * material_state_property_test.dart * material_test.dart * mergeable_material_test.dart
-
- 25 Sep, 2020 1 commit
-
-
MH Johnson authored
* Remove opacity from check and add test
-
- 31 Aug, 2020 1 commit
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
- 28 Jul, 2020 1 commit
-
-
Darren Austin authored
Updated references to the old button classes to the new ones in comments and documentation for tests in the material and cupertino libraries. (#62164)
-
- 09 Jul, 2020 2 commits
- 23 Jun, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-