1. 10 Jun, 2021 1 commit
  2. 02 Jun, 2021 1 commit
  3. 21 May, 2021 1 commit
  4. 14 May, 2021 1 commit
  5. 13 May, 2021 2 commits
  6. 04 May, 2021 2 commits
  7. 28 Apr, 2021 1 commit
  8. 26 Apr, 2021 1 commit
  9. 23 Apr, 2021 1 commit
  10. 01 Apr, 2021 1 commit
  11. 06 Mar, 2021 1 commit
  12. 04 Mar, 2021 2 commits
  13. 01 Dec, 2020 1 commit
  14. 18 Nov, 2020 1 commit
  15. 29 Oct, 2020 1 commit
  16. 15 Oct, 2020 1 commit
  17. 14 Oct, 2020 1 commit
  18. 02 Oct, 2020 1 commit
    • Tong Mu's avatar
      Lazily compute PointerEvent's transformed positions (#63813) · 74fe6bff
      Tong Mu authored
      * PointerEvent.local* properties are calculated lazily; other properties are delegated to original.
      * Transformed PointerEvent becomes a subclass of its original class.
      * Unnamed constructors no longer accepts transform and origin.
      74fe6bff
  19. 17 Sep, 2020 1 commit
  20. 29 Jul, 2020 1 commit
  21. 17 Jul, 2020 1 commit
    • Chris Yang's avatar
      Add no-op callbacks to platform view gesture recognizer when necessary (#61671) · 30e556dd
      Chris Yang authored
      After #31935, Some one sequence gesture recognizers requires at least one callback to be able to compete in the arena. This PR adds the a no-op callback in the gesture recognizer in the platform view when the gesture recognizer does not have any callbacks. This way, all the gesture recognizers in the platform view can compete in the arena.
      30e556dd
  22. 05 Jul, 2020 1 commit
  23. 11 Jun, 2020 1 commit
  24. 11 Feb, 2020 1 commit
  25. 27 Jan, 2020 1 commit
  26. 17 Jan, 2020 1 commit
  27. 16 Jan, 2020 1 commit
  28. 11 Jan, 2020 1 commit
  29. 16 Dec, 2019 1 commit
  30. 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
  31. 10 Oct, 2019 1 commit
    • tauu's avatar
      PlatformView: recreate surface if the controller changes (#40280) · 6b4a10ae
      tauu authored
      Currently the surface of a platform view is only created only one when the state of PlatformViewLink is created. When the PlatformViewLink widget changes, the PlatformViewController in the corresponding state is also updated. Just the surface is not updated even though it depends on the controller.
      
      This PR changes this behavior to recreate the surface whenever the controller is updated.
      6b4a10ae
  32. 09 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Enables setting of semantics focused and focusable attributes within Focus widgets. (#41814) · 89d6c8d9
      Greg Spencer authored
      This adds a Semantics node to the Focus and FocusScope widgets, setting the focused and focusable attributes so that the accessibility subsystem can be told when a control has the input focus.
      
      Includes an engine roll to flutter/engine@77252d2, and the following 8 engine changes:
      
      flutter/engine@77252d2 Greg Spencer Add missing focusable testing info (flutter/engine#13013)
      flutter/engine@0e42a29 skia-flutter-.. Roll src/third_party/skia 54548626a977..e27a503a0a21 (1 commits) (flutter/engine#13024)
      flutter/engine@6b56ed7 gaaclarke Refactor: FlutterDartProject (flutter/engine#13006)
      flutter/engine@393480c skia-flutter-.. Roll src/third_party/skia 77dde599c98a..54548626a977 (1 commits) (flutter/engine#13023)
      flutter/engine@080b89d skia-flutter-.. Roll src/third_party/skia 2b1a25a4d324..77dde599c98a (1 commits) (flutter/engine#13021)
      flutter/engine@90b0f30 Ben Konyi Roll src/third_party/dart f4a72bfc64..bb04f145b2 (18 commits) (flutter/engine#13020)
      flutter/engine@049fb89 skia-flutter-.. Roll fuchsia/sdk/core/linux-amd64 from q_uYX... to cknsi... (flutter/engine#13019)
      flutter/engine@6925b2a skia-flutter-.. Roll fuchsia/sdk/core/mac-amd64 from wuAtw... to u0JpE... (flutter/engine#13018)
      
      Related Issues
      Addresses #40101
      
      Landing on red in order to fix the build: it's red because of the needed engine roll.
      89d6c8d9
  33. 30 Sep, 2019 1 commit
  34. 24 Sep, 2019 2 commits
  35. 29 Aug, 2019 2 commits