1. 22 Nov, 2019 2 commits
    • Greg Spencer's avatar
      Spell check of Flutter docs (#45200) · a60bf8e2
      Greg Spencer authored
      No code changes, just comments: I spell-checked all the comments in the repo.
      a60bf8e2
    • Alexandre Ardhuin's avatar
      make some BuildContext methods generics (#44189) · fcb40a05
      Alexandre Ardhuin authored
      * make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic
      
      * make BuildContext.inheritFromWidgetOfExactType generic
      
      * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic
      
      * make BuildContext.ancestorWidgetOfExactType generic
      
      * fix snippet
      
      * bump scoped_model on temp version
      
      * update names
      
      * Revert "bump scoped_model on temp version"
      
      This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0.
      
      * address review comments
      
      * fix ci
      
      * address review comments
      
      * repeat the deprecation notice
      
      * fix uppercase
      
      * use of recommanded deprecation syntax
      
      * address review comment
      fcb40a05
  2. 08 Nov, 2019 1 commit
  3. 07 Nov, 2019 1 commit
  4. 05 Nov, 2019 4 commits
  5. 01 Nov, 2019 2 commits
  6. 30 Oct, 2019 1 commit
  7. 29 Oct, 2019 1 commit
    • Pieter van Loon's avatar
      Improved ios 13 scrollbar fidelity (#41799) · 0120c414
      Pieter van Loon authored
      Drag from the right is no more
      Longpress is now only 100ms instead of 500
      Added optional duration field to longpressgesturerecognizer
      Added controller field to material scrollbar api
      Haptic feedback only triggers when scrollbar is fully expanded
      Added haptic feedback when releasing the scrollbar after dragging it
      0120c414
  8. 28 Oct, 2019 2 commits
  9. 25 Oct, 2019 1 commit
  10. 24 Oct, 2019 1 commit
  11. 22 Oct, 2019 2 commits
  12. 21 Oct, 2019 1 commit
  13. 15 Oct, 2019 2 commits
  14. 08 Oct, 2019 1 commit
  15. 07 Oct, 2019 1 commit
  16. 04 Oct, 2019 3 commits
  17. 30 Sep, 2019 2 commits
  18. 28 Sep, 2019 1 commit
  19. 27 Sep, 2019 2 commits
  20. 25 Sep, 2019 2 commits
  21. 24 Sep, 2019 3 commits
  22. 18 Sep, 2019 1 commit
    • Greg Spencer's avatar
      Fix a problem with disposing of focus nodes in tab scaffold (#40100) · 110db03f
      Greg Spencer authored
      Previously, focus nodes created in the tab scaffold were not being disposed of properly, causing possible memory leaks. Also, the builder wasn't being passed the right context so that the FocusScope.of operator inside of a builder would find the focus scope for the given tab (it was being passed the context of the overall tab scaffold).
      110db03f
  23. 16 Sep, 2019 2 commits
  24. 14 Sep, 2019 1 commit