1. 20 Jul, 2018 1 commit
  2. 22 Jan, 2018 1 commit
  3. 07 Dec, 2017 1 commit
    • Ian Hickson's avatar
      Move image logic from services/ to painting/. (#13409) · 44e228eb
      Ian Hickson authored
      This allows the scheduler library to depend on the services library
      and the painting library to depend on the scheduler library without
      the services library having to depend on the scheduler library.
      
      While I was at it I also cleaned up some of the binding logic: the
      licenses logic can now be overridden (and the test library does so),
      and the image cache can now be overridden as well.
      44e228eb
  4. 05 Dec, 2017 1 commit
  5. 09 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Add an UnconstrainedBox and factor out debug overflow indicator. (#12856) · 3541ad0a
      Greg Spencer authored
      UnconstrainedBox will allow its child to size itself as if it had no constraints, and then attempt to fit around that object, until its own constraints are exceeded, in which case it will clip and display an overflow warning.
      
      I also factored out DebugOverflowIndicator, which will draw overflow indicators on containers which overflow but aren't expected to.
      3541ad0a
  6. 03 Nov, 2017 1 commit
  7. 02 Nov, 2017 1 commit
  8. 01 Nov, 2017 1 commit
  9. 05 Oct, 2017 1 commit
  10. 15 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Split TableBorder from Border (#12104) · 9d59fb0c
      Ian Hickson authored
      This will enable both to be RTL'ed.
      
      Also, factor out common border painting code into paintBorder.
      Also, make Border paint uniform non-rounded borders using drawRect.
      Also, add some documentation about an issue that wasted an hour of my life.
      Also, factor out all the border painting code into TableBorder.paint.
      9d59fb0c
  11. 12 Sep, 2017 1 commit
  12. 08 Apr, 2017 1 commit
    • Alexandre Ardhuin's avatar
      upgrade to linter-0.1.30 (#9297) · 610955f8
      Alexandre Ardhuin authored
      * upgrade to linter-0.1.30
      
      * add prefer_is_empty lint
      * add directives_ordering lint
      * add no_adjacent_strings_in_list lint
      * add no_duplicate_case_values lint
      * add prefer_collection_literals lint
      * add prefer_const_constructors lint
      * add prefer_contains lint
      * add prefer_initializing_formals lint
      * add unnecessary_null_aware_assignments lint
      * add unnecessary_null_in_if_null_operators lint
      610955f8
  13. 05 Apr, 2017 2 commits
  14. 23 Feb, 2017 1 commit
  15. 21 Feb, 2017 1 commit
  16. 17 Feb, 2017 1 commit
  17. 16 Feb, 2017 2 commits
  18. 09 Feb, 2017 1 commit
  19. 06 Feb, 2017 1 commit
  20. 04 Feb, 2017 1 commit
  21. 03 Feb, 2017 1 commit
  22. 01 Feb, 2017 2 commits
  23. 31 Jan, 2017 1 commit
    • Adam Barth's avatar
      Add SliverGrid and ScrollGrid (#7745) · 9119969a
      Adam Barth authored
      This patch adds grid supports to slivers and introduces a ScrollGrid
      convenience class for making the common types of scrollable grids.
      
      This patch also deploys ScrollGrid in an example in the Flutter Gallery.
      9119969a
  24. 30 Jan, 2017 1 commit
    • Adam Barth's avatar
      Add SliverList (#7727) · 098af183
      Adam Barth authored
      Add SliverList
      
      A SliverList is a linear layout of box children in a viewport that all
      have a common, fixed extent along the scroll axis. The layout is similar
      to a SliverBlock but more efficient.
      098af183
  25. 25 Jan, 2017 2 commits
  26. 24 Jan, 2017 1 commit
  27. 09 Jan, 2017 1 commit
  28. 05 Jan, 2017 1 commit
  29. 19 Nov, 2016 1 commit
  30. 04 Oct, 2016 1 commit
  31. 18 Aug, 2016 1 commit
  32. 27 Jul, 2016 1 commit
  33. 28 Jun, 2016 1 commit
  34. 27 Apr, 2016 1 commit
  35. 24 Apr, 2016 1 commit
    • Adam Barth's avatar
      Add Flow layout · f53a5a52
      Adam Barth authored
      A flow layout is optimized for reposition children with transformation
      matrices. A flow layout can animate the position of its children very
      efficiently.
      f53a5a52
  36. 22 Apr, 2016 1 commit