1. 23 May, 2016 1 commit
  2. 21 May, 2016 1 commit
  3. 09 May, 2016 1 commit
  4. 27 Apr, 2016 1 commit
  5. 21 Apr, 2016 2 commits
  6. 19 Apr, 2016 1 commit
  7. 16 Apr, 2016 1 commit
  8. 15 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Material Data Tables (#3337) · a91bc0ba
      Ian Hickson authored
      + Add new demo to gallery to show data tables. (This currently doesn't
      use a Card; I'll create a Card version in a subsequent patch.)
      
      + Fix checkbox alignment. It now centers in its box regardless.
      
      + Add Colors.black54.
      
      + Some minor fixes to dartdocs.
      
      + DataTable, DataColumn, DataRow, DataCell
      
      + RowInkWell
      
      + Augment dartdocs of materia/debug.dart.
      
      + DropDownButtonHideUnderline to hide the underline in a drop-down when
        used in a DataTable.
      
      + Add new capabilities to InkResponse to support RowInkWell.
      
      + Augment dartdocs of materia/material.dart.
      
      + Add an assert to catch nested Blocks.
      
      + Fix a crash in RenderBox when you remove an object and an ancestor
        used its baseline. (https://github.com/flutter/flutter/issues/2874)
      
      + Fix (and redocument) RenderBaseline/Baseline.
      
      + Add flex support to IntrinsicColumnWidth.
      
      + Document more stuff on the RenderTable side.
      
      + Fix a bug with parentData handling on RenderTable children.
      
      + Completely rewrite the column width computations. The old logic made
        no sense at all.
      
      + Add dartdocs to widgets/debug.dart.
      
      + Add a toString for TableRow.
      a91bc0ba
  9. 12 Apr, 2016 3 commits
  10. 08 Apr, 2016 1 commit
  11. 07 Apr, 2016 1 commit
  12. 06 Apr, 2016 1 commit
  13. 04 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Use callbacks for sending messages up the app · d748186c
      Ian Hickson authored
      Using .of() to call mutating setters is not great practice since it ties
      
      parts of the app together in ways that prevent reuse and composition.
      
      
      
      Since people are now using the gallery app to copy from, let's use the
      
      better practice of using callbacks.
      d748186c
  14. 31 Mar, 2016 1 commit
  15. 30 Mar, 2016 1 commit
  16. 29 Mar, 2016 1 commit
  17. 25 Mar, 2016 1 commit
  18. 21 Mar, 2016 2 commits
  19. 14 Mar, 2016 1 commit
  20. 13 Mar, 2016 1 commit
    • Adam Barth's avatar
      [rename fixit] ToolBar -> AppBar · ede5dfce
      Adam Barth authored
      * left -> leading (Removes an LTR bias)
      * center -> title (Widget was actually centered)
      * right -> actions (Removes an LTR bias, asymmetric with leading)
      
      Fixes #2348
      ede5dfce
  21. 12 Mar, 2016 2 commits
  22. 10 Mar, 2016 1 commit
  23. 07 Mar, 2016 1 commit
  24. 03 Mar, 2016 1 commit
  25. 29 Feb, 2016 1 commit
  26. 26 Feb, 2016 1 commit
  27. 23 Feb, 2016 2 commits
  28. 19 Feb, 2016 2 commits
  29. 18 Feb, 2016 1 commit
  30. 16 Feb, 2016 1 commit
  31. 12 Feb, 2016 2 commits
  32. 11 Feb, 2016 1 commit