1. 23 Jan, 2016 1 commit
  2. 22 Jan, 2016 1 commit
  3. 11 Jan, 2016 1 commit
  4. 04 Dec, 2015 1 commit
  5. 20 Nov, 2015 1 commit
  6. 07 Nov, 2015 1 commit
  7. 05 Nov, 2015 2 commits
  8. 02 Nov, 2015 1 commit
  9. 01 Nov, 2015 1 commit
  10. 29 Oct, 2015 1 commit
    • Hixie's avatar
      Rev package versions for release. · fca9b8f3
      Hixie authored
      sky_engine is now at 0.0.45
      sky_services is now at 0.0.45
      flx is now at 0.0.4
      flutter is now at 0.0.15
      flutter_sprites is now at 0.0.12
      fca9b8f3
  11. 28 Oct, 2015 2 commits
    • Hixie's avatar
      Rev package versions for release. · cbf9eab8
      Hixie authored
      sky_engine is now at 0.0.44
      sky_services is now at 0.0.44
      flx is now at 0.0.3
      flutter is now at 0.0.14
      flutter_sprites is now at 0.0.11
      cbf9eab8
    • Adam Barth's avatar
      Icon should use an enum rather than an int for size · eeea4ab7
      Adam Barth authored
      Material design icons are defined to work at specific sizes: 18, 24, 36, 48.
      The current API doesn't reflect that and just takes a size int. If an invalid
      size is chosen an error is printed to the console and no icon shows up.
      
      Fixes #1816
      eeea4ab7
  12. 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
  13. 22 Oct, 2015 1 commit
    • Adam Barth's avatar
      Add Navigator.of · de395582
      Adam Barth authored
      Now you don't need to pass the navigator around everywhere.
      de395582
  14. 19 Oct, 2015 1 commit
  15. 12 Oct, 2015 1 commit
  16. 10 Oct, 2015 1 commit
  17. 09 Oct, 2015 2 commits
  18. 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
  19. 05 Oct, 2015 2 commits
    • Hixie's avatar
      Fix Focus · fbf8174c
      Hixie authored
      Focus.at() and company should be on Focus, not FocusState.
      
      _notifyDescendants() was using the wrong runtimeType.
      
      Let InheritedWidget update the descendants during build.
      
      When you setState() during build, assert that you're not
      markNeedsBuild()ing someone who isn't a descendant.
      
      Typo in Widget.toString().
      fbf8174c
    • 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
  20. 03 Oct, 2015 1 commit
  21. 01 Oct, 2015 1 commit
  22. 26 Sep, 2015 1 commit
  23. 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
  24. 07 Sep, 2015 1 commit
  25. 31 Aug, 2015 1 commit
  26. 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
  27. 21 Aug, 2015 2 commits
  28. 10 Aug, 2015 1 commit
  29. 08 Aug, 2015 1 commit