• Adam Barth's avatar
    Simplify the AutoLayout API · c7d71d8a
    Adam Barth authored
    This patch makes it easier to use the auto layout API:
    
    * We no longer use operator== because that requires an ugly cast by the
      API user.
    * Also, "leftEdge" is now just "left" for less verbosity.
    * AutoLayoutChild not implies its key from the AutoLayoutParam object.
    * We now correctly layout every child of a RenderAutoLayout object even
      if the solver doesn't flush any updates to that child.
    c7d71d8a
Name
Last commit
Last update
..
cassowary.dart Loading commit data...
constant_member.dart Loading commit data...
constraint.dart Loading commit data...
equation_member.dart Loading commit data...
expression.dart Loading commit data...
param.dart Loading commit data...
parser_exception.dart Loading commit data...
priority.dart Loading commit data...
result.dart Loading commit data...
row.dart Loading commit data...
solver.dart Loading commit data...
symbol.dart Loading commit data...
term.dart Loading commit data...
utils.dart Loading commit data...
variable.dart Loading commit data...