1. 07 Nov, 2018 1 commit
  2. 16 Oct, 2018 1 commit
  3. 30 Jul, 2018 1 commit
  4. 07 Jun, 2018 1 commit
  5. 18 May, 2018 1 commit
  6. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  7. 19 Jul, 2017 1 commit
    • Michael Goderbauer's avatar
      a11y: implement new SemanticsAction "showOnScreen" (v2) (#11156) · b5c461a9
      Michael Goderbauer authored
      * a11y: implement new SemanticsAction "showOnScreen" (v2)
      
      This action is triggered when the user swipes (in accessibility mode) to the last visible item of a scrollable list to bring that item fully on screen.
      
      This requires engine rolled to flutter/engine#3856.
      
      I am in the process of adding tests, but I'd like to get early feedback to see if this approach is OK.
      
      * fix null check
      
      * review comments
      
      * review comments
      
      * Add test
      
      * fix analyzer warning
      b5c461a9
  8. 21 Jun, 2017 3 commits
  9. 05 May, 2017 1 commit
  10. 03 May, 2017 2 commits
  11. 25 Apr, 2017 1 commit
  12. 29 Mar, 2017 1 commit
  13. 15 Mar, 2017 1 commit
  14. 22 Feb, 2017 1 commit
  15. 17 Feb, 2017 1 commit
    • Adam Barth's avatar
      Two becomes one (#8253) · e0b12ca1
      Adam Barth authored
      Rename all the "2" classes related to scrolling to remove the "2". Now that the
      old scrolling code is gone, we don't need to use the suffix.
      e0b12ca1
  16. 11 Feb, 2017 1 commit
  17. 07 Feb, 2017 1 commit
    • Adam Barth's avatar
      Add PageController (#7948) · 2eb4f2c3
      Adam Barth authored
      This patch improves PageView to the point where we can use it in the date
      picker. Specifically, you now get onPageChanged notifications and you can
      control which page is visible using a PageController.
      2eb4f2c3
  18. 06 Feb, 2017 1 commit
  19. 03 Feb, 2017 1 commit