1. 24 Oct, 2015 1 commit
    • Hixie's avatar
      Strong modeify the examples · a6c473ea
      Hixie authored
      This makes skyanalyzer also check the examples, and fixes everything it
      found there.
      a6c473ea
  2. 20 Oct, 2015 1 commit
  3. 19 Oct, 2015 1 commit
  4. 10 Oct, 2015 1 commit
  5. 09 Oct, 2015 1 commit
  6. 06 Oct, 2015 1 commit
    • Adam Barth's avatar
      Simplify Scaffold · 89a09822
      Adam Barth authored
      Rather than using a custom render object, we can just use a Stack.
      89a09822
  7. 05 Oct, 2015 2 commits
  8. 01 Oct, 2015 1 commit
  9. 30 Sep, 2015 1 commit
  10. 24 Sep, 2015 3 commits
  11. 18 Sep, 2015 2 commits
  12. 08 Sep, 2015 1 commit
    • Adam Barth's avatar
      Introduce package:sky/animation.dart · b356d146
      Adam Barth authored
      Move the animation libraries into src/animation and change importers to use
      package:sky/animation.dart. Also, move scheduler.dart into the animation
      library so that the animation library can be self-contained.
      b356d146
  13. 28 Aug, 2015 1 commit
  14. 26 Aug, 2015 1 commit
    • Hixie's avatar
      Replace Flex to Row and Column in tests and examples. · ce28a717
      Hixie authored
      This still leaves Flex and FlexDirection available. At some point once
      people have transitioned to Row/Column we should rename Flex to _Flex
      and stop reexporting FlexDirection from basic.dart.
      ce28a717
  15. 21 Aug, 2015 1 commit
  16. 19 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add package:sky/rendering.dart · dea3a092
      Adam Barth authored
      Similar to widgets.dart, rendering.dart exports the entire rendering layer.
      Also, update the examples to use rendering.dart and widgets.dart. Also clean up
      some exports so that the examples have more sensible imports.
      dea3a092
  17. 17 Aug, 2015 1 commit
    • Eric Seidel's avatar
      Fix analyzer warnings · d5fe622a
      Eric Seidel authored
      We had a remarkable number of analyzer failures.
      
      I'll fix the bots to analyze across the whole project
      in a follow-up patch, that should prevent this
      in the future.
      
      @abarth
      d5fe622a
  18. 13 Aug, 2015 1 commit