1. 08 Oct, 2021 3 commits
  2. 15 Jul, 2021 1 commit
  3. 14 Jul, 2021 3 commits
  4. 13 Jul, 2021 2 commits
  5. 19 May, 2021 1 commit
  6. 14 May, 2021 1 commit
  7. 03 May, 2021 1 commit
  8. 21 Apr, 2021 1 commit
  9. 29 Jan, 2021 1 commit
  10. 27 Jan, 2021 1 commit
  11. 06 Nov, 2020 1 commit
  12. 23 Oct, 2020 1 commit
  13. 22 Oct, 2020 1 commit
  14. 05 Oct, 2020 1 commit
  15. 11 Jun, 2020 1 commit
  16. 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
  17. 24 Sep, 2019 1 commit
  18. 27 Aug, 2019 1 commit
  19. 04 Jun, 2019 1 commit
  20. 03 Jun, 2019 1 commit
  21. 25 May, 2019 1 commit
  22. 20 May, 2019 1 commit
  23. 01 May, 2019 1 commit
  24. 30 Apr, 2019 1 commit
    • Tong Mu's avatar
      Redo: Add buttons to gestures (#31819) · fea2c7d6
      Tong Mu authored
      * Revert "Revert "Add buttons to gestures (#30339)" (#31801)"
      
      This reverts commit 8fd7fa49.
      
      * Synthesise kPrimaryButton for unknown devices
      
      * Change TestPointer to a better API
      fea2c7d6
  25. 29 Apr, 2019 2 commits
  26. 01 Mar, 2019 2 commits
  27. 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
  28. 18 Jan, 2019 1 commit
  29. 09 Jan, 2019 1 commit
  30. 08 Jan, 2019 1 commit
  31. 07 Jan, 2019 1 commit
  32. 12 Sep, 2018 1 commit
  33. 06 Sep, 2018 1 commit
    • jslavitz's avatar
      monodrag fix (#21138) · 7c477b93
      jslavitz authored
      * monodrag fix
      
      * added a test
      
      * added test and changes
      
      * fixed import
      
      * removed comments
      7c477b93