- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 12 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 07 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 09 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 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 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 May, 2021 1 commit
-
-
Todd Volkert authored
This is a re-application of https://github.com/flutter/flutter/pull/81884, but with https://github.com/flutter/flutter/pull/82834 landed first. Fixes https://github.com/flutter/flutter/issues/81883
-
- 18 May, 2021 1 commit
-
-
Todd Volkert authored
This reverts commit e88a387b.
-
- 17 May, 2021 1 commit
-
-
Todd Volkert authored
* Gesture recognizer cleanup 1) Make OneSequenceGestureRecognizer.addAllowedPointer() call startTrackingPointer(), and change subclasses to call super.addAllowedPointer() in place of manually calling startTrackingPointer(). 2) Fix addAllowedPointer overrides to take PointerDownEvent where some were taking PointerEvent. 3) Add API documentation to OneSequenceGestureRecognizer 4) Make the following fields in OneSequenceGestureRecognizer private with public getters instead of publicly writable: `state`, `primaryPointer`, and `initialPosition`. 5) Clean up gesture recognizer state in OneSequenceGestureRecognizer.didStopTrackingLastPointer. Fixes #81883
-
- 14 May, 2021 1 commit
-
-
xubaolin authored
-
- 07 May, 2021 1 commit
-
-
Kate Lovett authored
-
- 04 May, 2021 1 commit
-
-
Todd Volkert authored
-
- 28 Apr, 2021 2 commits
-
-
Todd Volkert authored
It was incorrectly resetting state when it received a non-allowed pointer but had already accepted a gesture. https://github.com/flutter/flutter/issues/81339
-
Todd Volkert authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 15 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 06 Nov, 2020 1 commit
-
-
Tong Mu authored
This relands #68587
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit bde85ea3.
-
- 22 Oct, 2020 1 commit
-
-
xubaolin authored
* Fix mutiple pointers bug * Add unit test case * Remove unnecessary map clone
-
- 28 Jul, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 27 Mar, 2020 1 commit
-
-
Ferhat authored
-
- 15 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Dec, 2019 1 commit
-
-
Tong Mu authored
-
- 05 Dec, 2019 1 commit
-
-
Greg Spencer authored
This normalizes all of the "See also" blocks in comments so that they conform in style. They all look like this now: /// See also: /// /// * [MyFavoriteWidget], because it's cool. class Foo {} I removed some useless "See also" blocks, and added commentary to ones that were just "bare" references. This is my penance for adding so many bullets that are "-" instead of "*". :-)
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Aug, 2019 1 commit
-
-
Tong Mu authored
Add "OneSequenceRecognizer.resolvePointer". Fix DragGestureRecognizer crash on multiple pointers (#39017) * Add drag tests * Add resolvePointer * Correct monodrag implementation * Fix some addTearDown
-
- 04 Jun, 2019 1 commit
-
- 03 Jun, 2019 1 commit
-
-
Tong Mu authored
- A refactor that moves the semantics declaration from detectors to recognizers to allow custom recognizers to respond to semantic gectures. - Renames all handlers related to semantics from Gesture* to Semantics*.
-