1. 10 Oct, 2015 1 commit
  2. 09 Oct, 2015 2 commits
  3. 06 Oct, 2015 1 commit
  4. 05 Oct, 2015 1 commit
    • Hixie's avatar
      Simplify the usage of Navigator's routes argument · 90a0f630
      Hixie authored
      (These are changes cherry-picked from in-flight branches since they are
      more independent and could be helpful even without those changes.)
      
      - Change RouteBuilder's signature to take a single argument in which the
        other fields are placed, so that we can keep iterating on those
        arguments without having to break compatibility each time. Also, this
        makes defining route builders much simpler (only one argument to
        ignore rather than a variable number).
      
      - Expose the next performance to RouteBuilders, since sometimes the
        route itself might not be where it's used.
      
      - Allow BuildContext to be used to walk children, just like it can for
        ancestors
      
      - Allow BuildContext to be used to get the Widget of the current
        BuildContext
      
      - Allow StatefulComponentElement to be referenced with a type
        specialisation so that you don't have to cast when you know what the
        type you're dealing with actually is.
      90a0f630
  5. 01 Oct, 2015 2 commits
  6. 18 Sep, 2015 1 commit
    • Adam Barth's avatar
      Move theme into material.dart · 4467a268
      Adam Barth authored
      Also, introduce Colors and Typography to hold the material colors and the
      typography declarations. Previously we expected clients of these libraries to
      import them into a namespace, but that doesn't play nice with re-exporting them
      from material.dart.
      4467a268
  7. 08 Sep, 2015 2 commits
  8. 07 Sep, 2015 1 commit
  9. 25 Aug, 2015 1 commit
  10. 22 Aug, 2015 1 commit
  11. 21 Aug, 2015 2 commits
  12. 20 Aug, 2015 3 commits
  13. 19 Aug, 2015 1 commit
  14. 12 Aug, 2015 1 commit
  15. 11 Aug, 2015 1 commit
  16. 10 Aug, 2015 1 commit
  17. 08 Aug, 2015 1 commit
  18. 03 Aug, 2015 1 commit
  19. 30 Jul, 2015 1 commit
  20. 28 Jul, 2015 2 commits
  21. 24 Jul, 2015 1 commit
    • Jim Simon's avatar
      Converted examples to libraries · 3089686e
      Jim Simon authored
      Converted demo launcher example to library
      
      Converted fitness example to library
      
      Converted hello world example to library
      
      Converted mine digger example to library
      
      Converted stocks example to library
      3089686e
  22. 22 Jul, 2015 1 commit
  23. 20 Jul, 2015 1 commit
  24. 16 Jul, 2015 1 commit