- 09 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 30 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 06 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 16 Aug, 2021 1 commit
-
-
Swiftaxe authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> Fixes test/animation/animation_controller_test.dart in #85160 Problem: The test 'animateTo can deal with duration == Duration.Zero' was failing with the following error: Expected: <0> Actual: <5> Expected no animation. package:test_api expect package:flutter_test/src/widget_tester.dart 484:3 expect test/animation/animation_controller_test.dart 511:5 main. Following line finds 5 transientCallbacks scheduled, while expecting zero, if shuffled with seed 123: expect(SchedulerBinding.instance!.transientCallbackCount, equals(0), reason: 'Expected no animation.'); This is caused by some other test leaving transientCallbacks scheduled. Fix: By disposing the AnimationController after each test, the transientCallbacks get cleaned up. I chose to dispose all controllers in every test, to make sure there is no risk of leaks.
-
- 03 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 29 Jul, 2021 1 commit
-
- 28 Jul, 2021 1 commit
-
- 27 Jul, 2021 2 commits
-
-
Tong Mu authored
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 26 Jul, 2021 1 commit
-
-
Darren Austin authored
-
- 21 Jul, 2021 2 commits
-
-
Tong Mu authored
This PR fixes several bugs related to live tests, adds more tests, and completes the documentation of several methods related to pointer events.
- 20 Jul, 2021 1 commit
-
-
Kate Lovett authored
Revert "Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86449)" (#86730) This reverts commit cd78190b.
-
- 19 Jul, 2021 1 commit
-
-
Tong Mu authored
This PR fixes several bugs related to live tests, adds more tests, and completes the documentation of several methods related to pointer events.
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 01 Jul, 2021 1 commit
-
-
Greg Spencer authored
This reverts commit b5f9612c because it is taking about 40% longer to run the tests, which is causing timeouts.
-
- 29 Jun, 2021 1 commit
-
-
Greg Spencer authored
This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on. To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
-
- 19 Jun, 2021 1 commit
-
-
Andrew Wilson authored
-
- 04 Jun, 2021 2 commits
-
-
Sam Rawlins authored
-
Alexandre Ardhuin authored
-
- 02 Jun, 2021 1 commit
-
-
Tong Mu authored
Adds tests to the following behaviors, which have existed without tests: - When tapping during live testing, a message is printed with widgets that contain the tap location. - When tapping during live testing, a mark is displayed on screen on the tap location.
-
- 22 Apr, 2021 2 commits
-
-
Greg Spencer authored
This adds a "three point" cubic curve that combines two cubic curves into one curve, where the control points are all in the same coordinate system. It's called "three point" because it incorporates a middle point that the curve runs through, and that point is in addition to the existing implicit (0,0) and (1,1) points that a Curve already has. I also added an example of this curve, which is just a more emphasized version of the easeInOutCubic.
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 17 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 08 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 Apr, 2021 1 commit
-
-
xubaolin authored
-