1. 21 May, 2021 1 commit
  2. 14 May, 2021 1 commit
  3. 13 May, 2021 1 commit
  4. 04 May, 2021 2 commits
  5. 28 Apr, 2021 1 commit
  6. 26 Apr, 2021 1 commit
  7. 23 Apr, 2021 1 commit
  8. 21 Apr, 2021 1 commit
  9. 11 Mar, 2021 1 commit
  10. 06 Mar, 2021 1 commit
  11. 04 Mar, 2021 1 commit
  12. 02 Mar, 2021 2 commits
  13. 27 Jan, 2021 1 commit
  14. 07 Dec, 2020 1 commit
  15. 11 Nov, 2020 1 commit
  16. 28 Oct, 2020 1 commit
  17. 07 Oct, 2020 1 commit
  18. 21 Aug, 2020 2 commits
  19. 17 Aug, 2020 1 commit
  20. 11 Jun, 2020 1 commit
  21. 28 May, 2020 1 commit
  22. 10 Apr, 2020 1 commit
  23. 02 Apr, 2020 1 commit
    • Greg Spencer's avatar
      Add toggleable attribute to Radio (#53846) · a8b3d1b7
      Greg Spencer authored
      This adds a new toggleable attribute to the Radio widget. This allows a radio group to be set back to an indeterminate state if the selected radio button is selected again.
      
      Fixes #53791
      a8b3d1b7
  24. 18 Mar, 2020 1 commit
    • Yegor's avatar
      Fix web test flakiness; enable web golden tests (#52789) · 7b4c195f
      Yegor authored
      * Fix web test flakiness; enable web golden tests
      
      The fix is three-part:
      
      - Only allow one test to load _and_ test at any point in time.
      - Use a fresh Chrome instance for each test file.
      - Increase Cirrus resources.
      
      The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests.
      
      Other minor changes:
      
      - Remove test batching (it's no longer necessary)
      - Fix the Chrome class, which was using the wrong Completer.
      7b4c195f
  25. 21 Dec, 2019 1 commit
  26. 12 Dec, 2019 1 commit
  27. 06 Dec, 2019 1 commit
  28. 02 Dec, 2019 1 commit
    • Tong Mu's avatar
      Improve MouseTracker lifecycle: Move checks to post-frame (#44631) · afb8f382
      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.
      afb8f382
  29. 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
  30. 19 Nov, 2019 1 commit
    • Greg Spencer's avatar
      FocusableActionDetector widget (#44867) · 6e10719d
      Greg Spencer authored
      This adds a FocusableActionDetector, a widget which combines the functionality of Actions, Shortcuts, MouseRegion and a Focus widget to create a detector that defines actions and key bindings, and will notify that the focus or hover highlights should be shown or not. This widget can be used to give a control the required detection modes for focus and hover handling on desktop and web platforms.
      
      I replaced a bunch of similar code in many of our widgets with this widget, and found that pretty much any control that wants to be focusable wants all of these features as well: focus highlights, hover highlights, and actions to activate it.
      
      Also eliminated an extra _hasFocus variable in FocusState that wasn't being used.
      6e10719d
  31. 30 Oct, 2019 1 commit
  32. 28 Oct, 2019 2 commits
  33. 25 Oct, 2019 1 commit
  34. 23 Oct, 2019 2 commits
  35. 22 Oct, 2019 1 commit