1. 22 Mar, 2018 1 commit
  2. 28 Feb, 2018 1 commit
    • Danny Tuppeny's avatar
      Fix example code just showing endless spinner when deployed from Windows (#14878) · ae9fdefa
      Danny Tuppeny authored
      * If example code is not found, render a message instead of an endless spinner
      * Trim codeTags to avoid lookup issues with windows carriage returns
      * Trim \r on Windows off the end of code blocks so they're consistently \n
      * Add a test to ensure sample code parses if built on Windows
      * Add a comment about why we trimRight()
      
      Fixes #14820.
      ae9fdefa
  3. 31 Jan, 2018 1 commit
  4. 15 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media padding to Gallery Material Design demos (#13593) · d8bfb3a9
      Chris Bracken authored
      Applies media padding (e.g. iPhone X safe area insets) to the Material Design demos in the Gallery.
      
      Covers the following demos:
      * Buttons (via the TabbedComponentDemoScaffold change)
      * Cards
      * Expansion panels
      * Grid list
      * Icons
      * Images (via the TabbedComponentDemoScaffold change)
      * Page Selector
      * Progress Indicator
      * Scrollable tabs
      * Selection controls (via the TabbedComponentDemoScaffold change)
      * Snack bar
      * Tabs
      * Text fields
      * Tooltips
      
      Fixes #13594
      d8bfb3a9
  5. 21 Apr, 2017 1 commit
  6. 20 Apr, 2017 1 commit
  7. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  8. 07 Apr, 2017 1 commit
  9. 14 Mar, 2017 1 commit
  10. 04 Mar, 2017 1 commit
  11. 21 Feb, 2017 1 commit
  12. 24 Jan, 2017 1 commit
    • Adam Barth's avatar
      Add SingleChildScrollView (#7620) · 559621ca
      Adam Barth authored
      This widget is a replacement for ScrollableViewport that uses the new
      Scrollable2 machinery. The widget is not based on Slivers but does use the new
      scroll behavior classes.
      559621ca
  13. 23 Jan, 2017 1 commit
  14. 09 Jan, 2017 1 commit
  15. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  16. 03 Oct, 2016 1 commit
  17. 28 Jul, 2016 1 commit
  18. 22 Jun, 2016 1 commit
  19. 21 Jun, 2016 1 commit
    • Ian Hickson's avatar
      ImageIcon (#4649) · e502e9c8
      Ian Hickson authored
      Anywhere that accepted IconData now accepts either an Icon or an
      ImageIcon.
      
      Places that used to take an IconData in an `icon` argument, notably
      IconButton and DrawerItem, now take a Widget in that slot. You can wrap
      the value that used to be passed in in an Icon constructor to get the
      same result.
      
      Icon itself now takes the icon as a positional argument, for brevity.
      
      ThemeData now has an iconTheme as well as a primaryIconTheme, the same
      way it has had a textTheme and primaryTextTheme for a while.
      
      IconTheme.of() always returns a value now (though that value itself may
      have nulls in it). It defaults to the ThemeData.iconTheme.
      
      IconThemeData.fallback() is a new method that returns an icon theme data
      structure with all fields filled in.
      
      IconTheme.merge() is a new constructor that takes a context and creates
      a widget that mixes in the new values with the inherited values.
      
      Most places that introduced an IconTheme widget now use IconTheme.merge.
      
      IconThemeData.merge and IconThemeData.copyWith act in a way analogous to
      the similarly-named members of TextStyle.
      
      ImageIcon is introduced. It acts like Icon but takes an ImageProvider
      instead of an IconData.
      
      Also: Fix the analyzer to actually check the stocks app.
      e502e9c8
  20. 20 Jun, 2016 1 commit
  21. 09 May, 2016 1 commit
  22. 27 Apr, 2016 1 commit
  23. 20 Apr, 2016 1 commit
  24. 07 Apr, 2016 1 commit
  25. 25 Mar, 2016 1 commit
  26. 09 Feb, 2016 1 commit