1. 03 Dec, 2019 7 commits
  2. 02 Dec, 2019 4 commits
  3. 28 Nov, 2019 1 commit
  4. 27 Nov, 2019 9 commits
  5. 26 Nov, 2019 10 commits
  6. 25 Nov, 2019 3 commits
  7. 23 Nov, 2019 2 commits
  8. 22 Nov, 2019 4 commits
    • Kate Lovett's avatar
      SliverOpacity (#44289) · e2cf2f0f
      Kate Lovett authored
      e2cf2f0f
    • Kate Lovett's avatar
      SliverIgnorePointer (#45127) · 9f17a43e
      Kate Lovett authored
      9f17a43e
    • 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