1. 02 Apr, 2021 1 commit
  2. 04 Mar, 2021 1 commit
  3. 02 Mar, 2021 2 commits
  4. 07 Dec, 2020 1 commit
  5. 28 Oct, 2020 1 commit
  6. 28 Sep, 2020 1 commit
  7. 11 Jun, 2020 1 commit
  8. 03 Jun, 2020 1 commit
  9. 20 Mar, 2020 1 commit
  10. 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
  11. 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
  12. 30 Oct, 2019 1 commit
  13. 28 Oct, 2019 2 commits
  14. 23 Oct, 2019 2 commits
  15. 23 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 02 Aug, 2018 1 commit
  18. 27 Jul, 2018 1 commit
  19. 24 Jul, 2018 1 commit
    • Jonah Williams's avatar
      Semantics framework updates (#18758) · 810a29d6
      Jonah Williams authored
      Changes:
      
      - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled.
      - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode
      - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node)
      - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android.
      - Added dismiss and liveRegion to snackbar widget
      - Updated custom painter semantics to handle image, liveRegion, toggle
      - Updated relevant tests to use correct flag/action
      810a29d6
  20. 23 Jul, 2018 1 commit
  21. 16 Jul, 2018 2 commits
  22. 09 Jul, 2018 1 commit
  23. 03 Jul, 2018 2 commits
  24. 15 Jun, 2018 1 commit
  25. 05 Jun, 2018 1 commit
  26. 26 May, 2018 1 commit
  27. 23 May, 2018 1 commit
  28. 03 May, 2018 2 commits
  29. 20 Mar, 2018 1 commit
  30. 09 Mar, 2018 1 commit
  31. 13 Feb, 2018 1 commit
  32. 02 Feb, 2018 1 commit
  33. 17 Jan, 2018 1 commit
  34. 13 Dec, 2017 1 commit