1. 21 Nov, 2020 1 commit
  2. 20 Nov, 2020 1 commit
  3. 17 Nov, 2020 1 commit
  4. 16 Nov, 2020 1 commit
  5. 12 Nov, 2020 1 commit
  6. 11 Nov, 2020 1 commit
  7. 05 Nov, 2020 1 commit
  8. 02 Nov, 2020 1 commit
  9. 16 Oct, 2020 1 commit
  10. 13 Oct, 2020 2 commits
  11. 12 Oct, 2020 1 commit
  12. 01 Oct, 2020 1 commit
  13. 16 Sep, 2020 1 commit
  14. 12 Aug, 2020 1 commit
  15. 09 Jul, 2020 1 commit
  16. 11 Jun, 2020 1 commit
  17. 27 Jan, 2020 1 commit
  18. 25 Jan, 2020 1 commit
  19. 17 Jan, 2020 2 commits
  20. 08 Jan, 2020 1 commit
  21. 16 Dec, 2019 1 commit
  22. 05 Dec, 2019 1 commit
    • Greg Spencer's avatar
      Overridable default platform key bindings (#45102) · f7d16161
      Greg Spencer authored
      This adds actions and shortcuts arguments to WidgetsApp (and MaterialApp and CupertinoApp) to allow developers to override the default mappings on an application, and to allow for a more complex definition of the default mappings.
      
      I've stopped using SelectAction here, in favor of using ActivateAction for all activations, but haven't removed it, to avoid a breaking change, and to allow a common base class for these types of actions. This is because some platforms use the same mapping (web) for both kinds of activations (both select and activate).
      f7d16161
  23. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  24. 26 Nov, 2019 1 commit
    • Greg Spencer's avatar
      Keyboard scrolling of Scrollable (#45019) · 0190e404
      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.
      0190e404
  25. 28 Aug, 2019 1 commit
  26. 03 Aug, 2019 1 commit
  27. 11 Mar, 2019 1 commit
    • stuartmorgan's avatar
      Add support for scrollwheels (#22762) · 5922a40e
      stuartmorgan authored
      Adds support for discrete scroll events, such as those sent by a scroll wheel.
      
      Includes the plumbing to convert, dispatch, and handle these events, as well as
      Scrollable support for consuming them.
      5922a40e
  28. 25 Feb, 2019 1 commit
    • jslavitz's avatar
      Breaks the moveBy call from drag and dragFrom into two separate calls and... · 47724f97
      jslavitz authored
      Breaks the moveBy call from drag and dragFrom into two separate calls and changes the default behavior of DragStartBehavior to DragStartBehavior.start (#26438)
      
      * Breaking change which sets the default DragStartBehavior to DragStartBehavior.start and changes WidgetTester.drag and WidgetTester.dragFrom by breaking the moveBy function call into multiple pieces.
      47724f97
  29. 30 Jan, 2019 1 commit
  30. 02 Nov, 2018 1 commit
  31. 16 Oct, 2018 1 commit
  32. 12 Sep, 2018 1 commit
  33. 02 Aug, 2018 1 commit
  34. 27 Jul, 2018 1 commit
  35. 23 Jul, 2018 1 commit
  36. 16 Jul, 2018 2 commits
  37. 19 Apr, 2018 1 commit
    • xster's avatar
      Fine-tune iOS's scroll start feel (#16721) · 133c98a8
      xster authored
      * Fine-tune iOS's scroll start feel
      
      * remove negations in doc
      
      * Our own dart-side gesture arena also contributes to the 'jerk'. Make sure that snap is accounted as well.
      
      * Added more code comments from review.
      133c98a8