- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 13 Sep, 2023 1 commit
-
-
Kostia Sokolovskyi authored
-
- 26 May, 2023 1 commit
-
-
Jonathan Green authored
Fix a bug when using InteractiveViewer.trackpadScrollCausesScale
-
- 14 Mar, 2023 1 commit
-
-
pdblasi-google authored
Updates `flutter/test/widgets` to no longer reference `TestWindow`
-
- 06 Jan, 2023 1 commit
-
-
Callum Moffat authored
* trackpadPanShouldActAsZoom * Address feedback * Move constant, add blank lines
-
- 20 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
* Enable lint * note about discarded_futures * note about use_decorated_box * update note on require_trailing_commas
-
- 12 Dec, 2022 1 commit
-
-
Callum Moffat authored
* InteractiveViewer web trackpad panning * Address feedback
-
- 07 Nov, 2022 1 commit
-
-
Pedro Massango authored
InteractiveViewer.alignment parameter
-
- 05 Oct, 2022 1 commit
-
-
Callum Moffat authored
Enables pinch-to-zoom in InteractiveViewer on web via PointerScaleEvent.
-
- 20 Sep, 2022 1 commit
-
-
Frank Hinkel authored
-
- 16 Sep, 2022 1 commit
-
-
Nazareno Cavazzon authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Jun, 2022 1 commit
-
-
xubaolin authored
-
- 16 Jun, 2022 1 commit
-
-
xubaolin authored
-
- 20 May, 2022 1 commit
-
-
Tong Mu authored
-
- 18 Feb, 2022 1 commit
-
-
Taha Tesser authored
-
- 07 Jan, 2022 1 commit
-
-
Justin McCandless authored
New parameter for InteractiveViewer: scaleFactor, which allows control over the speed of zooming.
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 14 Sep, 2021 1 commit
-
-
Justin McCandless authored
Asserts that the InteractiveViewer child can't have zero size.
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Apr, 2021 1 commit
-
-
Justin McCandless authored
-
- 13 Apr, 2021 1 commit
-
- 08 Apr, 2021 1 commit
-
-
Justin McCandless authored
-
- 31 Mar, 2021 1 commit
-
-
Justin McCandless authored
-
- 23 Mar, 2021 1 commit
-
- 22 Mar, 2021 1 commit
-
-
Justin McCandless authored
-
- 04 Mar, 2021 1 commit
-
-
Greg Spencer authored
-
- 16 Feb, 2021 1 commit
-
-
Sam Rawlins authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Jan, 2021 1 commit
-
-
RomanJos authored
More intuitive control over whether the child can overflow out of InteractiveViewer, deterring a lot of confusion we were seeing.
-
- 22 Dec, 2020 1 commit
-
-
Justin McCandless authored
-
- 16 Dec, 2020 1 commit
-
-
RomanJos authored
InteractiveViewer scale gesture feel improvement.
-
- 15 Oct, 2020 1 commit
-
-
Darren Austin authored
Migrate yet even more widget framework tests to null safety.
-
- 19 Sep, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 Sep, 2020 2 commits
-
-
TerrenceAddison authored
Bug fix where MouseScrollWheel zoom in flutter-web does not execute onInteraction functions (#65313)
-
Justin McCandless authored
-
- 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.
-