1. 08 Mar, 2017 1 commit
  2. 04 Mar, 2017 1 commit
  3. 24 Feb, 2017 1 commit
    • Adam Barth's avatar
      Add a `color` argument to `Container`. (#8396) · f20c3d10
      Adam Barth authored
      It's common to just want a simple colored box. Simple thing should be simple,
      so this patch adds a convenience argument to Continer for creating a box
      decoration that is just a color.
      
      Fixes #5555
      f20c3d10
  4. 21 Feb, 2017 1 commit
  5. 17 Feb, 2017 2 commits
    • 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
    • Adam Barth's avatar
      Remove Scrollable1 (#8225) · 90574b04
      Adam Barth authored
      All the clients have migrated to Scrollable2.
      90574b04
  6. 15 Feb, 2017 1 commit
  7. 11 Feb, 2017 1 commit
  8. 08 Feb, 2017 1 commit
  9. 06 Feb, 2017 1 commit
    • Jacob Richman's avatar
      Small Flutter strong mode cleanup fixes. (#7825) · 53fc96da
      Jacob Richman authored
      * Small Flutter strong mode cleanup fixes.
      
      These are cases where strong mode down cast composite errors
      generally indicated cases that would performance or correctness
      issues if Flutter code was run in a strong mode VM.
      
      * Fix Command API so that it is always in terms of Map<String,String>.
      
      * Fix typedef
      53fc96da
  10. 04 Feb, 2017 1 commit
  11. 03 Feb, 2017 1 commit
    • Adam Barth's avatar
      Add PageView (#7809) · 32314657
      Adam Barth authored
      This widget is a start towards replacing PageableList. There are still a number
      of features that we'll need to add before this widget can replace PageableList.
      32314657
  12. 26 Jan, 2017 1 commit
  13. 24 Jan, 2017 1 commit
  14. 22 Jan, 2017 1 commit
  15. 19 Jan, 2017 1 commit
    • Adam Barth's avatar
      Migrate from Input to TextField · b2a2ee72
      Adam Barth authored
      We expect TextField to be used much more often than Input. This patch updates
      our old example code to use TextField instead.
      
      See #7031
      b2a2ee72
  16. 09 Jan, 2017 1 commit
  17. 07 Dec, 2016 1 commit
  18. 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
  19. 15 Nov, 2016 1 commit
  20. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  21. 08 Nov, 2016 1 commit
  22. 02 Nov, 2016 1 commit
  23. 18 Oct, 2016 1 commit
    • Adam Barth's avatar
      Migrate RawKeyboard to platform events (#6366) · 50ebcd1d
      Adam Barth authored
      This patch moves RawKeyboard from mojom over to platform messages. In
      the process, I've also cleaned up the interface substantially.
      
      Currently raw key events are supported only on Android, but the
      interfaces defined in this patch should scale up to multiple platforms.
      50ebcd1d
  24. 04 Oct, 2016 1 commit
  25. 29 Sep, 2016 1 commit
  26. 28 Sep, 2016 1 commit
  27. 23 Sep, 2016 1 commit
  28. 22 Sep, 2016 1 commit
    • Adam Barth's avatar
      Remove flutter_sprites (#5996) · d3efe7da
      Adam Barth authored
      This code is now in its own standalone library. The library is in a private git
      repository in the flutter organization because the code is unmaintained. If
      you're interested in using and maintaining this code, please contact
      flutter-dev@googlegroups.com for more information.
      d3efe7da
  29. 21 Sep, 2016 2 commits
  30. 19 Sep, 2016 1 commit
  31. 16 Sep, 2016 1 commit
  32. 05 Aug, 2016 1 commit
  33. 04 Aug, 2016 1 commit
  34. 03 Aug, 2016 1 commit
  35. 29 Jul, 2016 4 commits