1. 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
  2. 17 Sep, 2015 1 commit
  3. 14 Sep, 2015 1 commit
  4. 02 Sep, 2015 1 commit
    • Adam Barth's avatar
      Move widgets and rendering inside src · 693ddcd8
      Adam Barth authored
      Code outside of package:sky should import this code using
      
      package:sky/rendering.dart
      package:sky/widgets.dart
      
      Moving this code into the "src" directory is a convention that signifies that
      and it cleans up the generated dartdoc because the libraries in the src
      directory aren't included in the generated documentation. Instead, the classes
      are documented in the widgets.dart and rendering.dart libraries.
      693ddcd8
  5. 25 Aug, 2015 1 commit
  6. 21 Aug, 2015 1 commit
  7. 08 Aug, 2015 1 commit
  8. 07 Aug, 2015 1 commit
  9. 05 Aug, 2015 1 commit
  10. 04 Aug, 2015 1 commit