- 03 Dec, 2019 7 commits
-
-
Dan Field authored
-
Sahand Akbarzadeh authored
-
Alexandre Ardhuin authored
-
XinLei authored
-
Dan Field authored
-
Greg Spencer authored
This fixes some minor things I noticed while doing another change. - Uncomments an old test that wants to be run, but can't be, and marked it as "skipped", so that the code won't rot anymore. - Added the focus state to the short string version of a FocusNode - Added a missing piece of information to findAncestorWidgetOfExactType
-
Kate Lovett authored
-
- 02 Dec, 2019 4 commits
-
-
Kate Lovett authored
This reverts commit c59151b1.
-
Michael Goderbauer authored
-
Tong Mu authored
This PR rewrites MouseTracker's lifecycle, so that mouse callbacks are all triggered in post frame, instead of the current one where some are triggered during the build phase. This PR also changes the onExit callback to MouseRegion, RenderMouseRegion, and MouseTrackerAnnotation, so that it is no longer triggered on dispose.
-
Michael Goderbauer authored
-
- 28 Nov, 2019 1 commit
-
- 27 Nov, 2019 9 commits
-
-
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
-
Chris Bracken authored
This appears to have been inadvertently added in #37497 (333c9618). The code in question already exists in `_PlatformViewGestureMixin`, which `PlatformViewRenderBox` (where it was added) mixes in.
-
Ian Hickson authored
-
Chris Bracken authored
Removes an unnecessary leading underscore from a parameter name. The parameter type is library private, but parameters cannot be 'private'.
-
liyuqian authored
Fixes https://github.com/flutter/flutter/issues/45587
-
Alexandre Ardhuin authored
-
LongCatIsLooong authored
-
Takeshi Tsukamoto authored
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 26 Nov, 2019 10 commits
-
-
Dan Field authored
-
Albertus Angga Raharja authored
* Add additional properties callback in Inspector Serialization Delegate * Rename _SerializationDelegate to InspectorSerializationDelegate and add test * Fix indentation * Remove trailing whitespace * Handle case when addAdditionalPropertiesCallback returns null * Improve docs and minor renames * Improve docs * Improve documentation
-
Greg Spencer authored
This adds the ability to scroll and page up/down in a Scrollable using the keyboard. Currently, the macOS bindings use Platform.isMacOS as a check, but we'll switch that to be defaultTargetPlatform == TargetPlatform.macOS once that exists.
-
Kate Lovett authored
-
Kate Lovett authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/gestures * address review comments
-
Dan Field authored
-
Greg Spencer authored
This fixes an unreported bug in the macOS key handling where for some remote access situations, the modifier mask is set to the "any modifier" mask without any side specified (e.g. modifierShift bit is specified and not modifierLeftShift bit).
-
- 25 Nov, 2019 3 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
Jonah Williams authored
-
- 23 Nov, 2019 2 commits
-
-
Takeshi Tsukamoto authored
-
chunhtai authored
-
- 22 Nov, 2019 4 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
Alexandre Ardhuin authored
* make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic * make BuildContext.inheritFromWidgetOfExactType generic * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic * make BuildContext.ancestorWidgetOfExactType generic * fix snippet * bump scoped_model on temp version * update names * Revert "bump scoped_model on temp version" This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0. * address review comments * fix ci * address review comments * repeat the deprecation notice * fix uppercase * use of recommanded deprecation syntax * address review comment
-