1. 27 Jan, 2021 1 commit
  2. 20 Nov, 2020 1 commit
  3. 02 Nov, 2020 1 commit
  4. 19 Oct, 2020 1 commit
  5. 15 Oct, 2020 1 commit
  6. 18 Sep, 2020 1 commit
  7. 02 Sep, 2020 1 commit
  8. 31 Aug, 2020 1 commit
    • Chris Bracken's avatar
      Prefer moreOrLessEquals over closeTo (#64915) · c0ea00ed
      Chris Bracken authored
      Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from
      the `matcher` package:
      
         * It emits the epsilon value in the test result on failure.
         * It uses a named parameter for epsilon, which improves readability
           at the call site.
         * It has a reasonable default for epsilon in cases where something
           more specific isn't required.
      
      Using it also has the nice property that it aids in its own discovery
      when when people go looking for such functionality in new tests.
      
      This change also includes a couple unrelated whitespace formatting cleanups.
      c0ea00ed
  9. 28 Aug, 2020 1 commit
  10. 21 Aug, 2020 2 commits
  11. 17 Aug, 2020 1 commit
  12. 28 Jul, 2020 1 commit
  13. 10 Jul, 2020 1 commit
  14. 24 Jun, 2020 1 commit
  15. 11 Jun, 2020 1 commit
  16. 10 Jun, 2020 1 commit
  17. 08 Jun, 2020 1 commit
    • Greg Spencer's avatar
      Make _RenderSlider not be a semantics container (#58535) · d7321d92
      Greg Spencer authored
      This PR makes _RenderSlider not be a semantics container. This is so that the FocusableActionDetector in the Slider widget will get to aggregate the semantics information, since otherwise Talkback won't focus the slider because it thinks that the focus node doesn't have anything to say (which it doesn't but the _RenderSlider child does). If the _RenderSlider is a semantics container, then it keeps its speakable information to itself, but it isn't the Focus widget, so when the keyboard focus goes to the focus node, the accessibility focus doesn't move.
      
      Since the _RenderSlider is always wrapped by the Slider widget, there's nothing lost in making it not be a container.
      d7321d92
  18. 28 May, 2020 1 commit
  19. 27 May, 2020 1 commit
  20. 18 May, 2020 1 commit
  21. 30 Apr, 2020 1 commit
  22. 27 Apr, 2020 1 commit
    • Jose Alba's avatar
      Default to use V2 Slider (#55599) · 7eb3df4a
      Jose Alba authored
      * Instead of changing test I just flipped flag so the test uses the proper slider
      
      * Use Depracated annotation
      
      * Updated depracation notice
      
      * Updated depracation notice again
      
      * Ignore analyze issues
      
      * flutter analyze .
      
      * ignore analyzer
      
      * // ignore: deprecated_member_use
      
      * Ignoring notice
      
      * indentation
      7eb3df4a
  23. 22 Apr, 2020 1 commit
  24. 16 Apr, 2020 1 commit
  25. 07 Apr, 2020 1 commit
    • Jose Alba's avatar
      Slider rebase work (#53916) · 3441d6cb
      Jose Alba authored
      * [Slider] Rebase.
      
      * disabled thumb color with alphaBlend of colorScheme surface
      
      * test remove alphablend
      
      * Change rectangular track to how it used to be
      
      * Chaned to adaptive slider
      
      * blank lines
      Co-authored-by: 's avatarWill Larche <larche@google.com>
      3441d6cb
  26. 31 Mar, 2020 2 commits
  27. 03 Mar, 2020 1 commit
  28. 27 Jan, 2020 1 commit
  29. 17 Jan, 2020 2 commits
  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. 20 Nov, 2019 2 commits
  32. 04 Oct, 2019 1 commit
  33. 24 Sep, 2019 2 commits
  34. 10 Sep, 2019 1 commit
  35. 26 Jul, 2019 1 commit