1. 02 Feb, 2018 1 commit
  2. 21 Dec, 2017 1 commit
  3. 12 Sep, 2017 1 commit
  4. 03 Aug, 2017 1 commit
  5. 25 Jul, 2017 1 commit
  6. 30 Jun, 2017 1 commit
  7. 02 Jun, 2017 1 commit
  8. 31 Jan, 2017 1 commit
  9. 13 Oct, 2016 1 commit
  10. 20 Jun, 2016 1 commit
    • Todd Volkert's avatar
      System chrome overlay style fixes (#4627) · ef6a4faa
      Todd Volkert authored
      * System chrome overlay style fixes
      
      1) Add a cache to avoid superfluous calls to the embedder
      2) Coalesce calls to the embedder that are made in the same event loop
      3) Move call site to material's AppBar from Title widget
      
      #4461
      ef6a4faa
  11. 07 Jun, 2016 2 commits
  12. 18 Mar, 2016 1 commit
  13. 14 Mar, 2016 1 commit
  14. 12 Mar, 2016 1 commit
  15. 06 Feb, 2016 1 commit
  16. 16 Jan, 2016 1 commit
    • Ian Hickson's avatar
      Activity clean-up · c03c4cca
      Ian Hickson authored
      Turns out Android crashes if the colour is not opaque, so we enforce
      that at the Dart level.
      
      Also, since label and colour are both actually optional, make them
      named arguments.
      c03c4cca
  17. 09 Dec, 2015 1 commit
  18. 03 Dec, 2015 1 commit
  19. 18 Oct, 2015 1 commit
    • Hixie's avatar
      toString()ify more stuff · 7c0c1c96
      Hixie authored
      - truncate pixel values to 1dp since there's really no point being told
        the Size is 302.98732587287 by 648.28498579187.
      
      - describe more Widgets so that debugDumpApp() is more useful.
      
      - remove bufferValue from ProgressIndicator (cc @hansmuller) since it's
        not yet implemented.
      
      - half-hearted toString() for ThemeData. There's no point making a
        complete one, since it would cause line-wrap even on big monitors in
        debugDumpApp dumps, and you can easily get the actual values from a
        debugging if that's the issue.
      
      - flesh out BoxConstraints.toString() so that fully unconstrained and
        fully infinite constraints are called out explicitly. I experimented
        with adding even more special cases, e.g. calling out unconstrained
        widths with fixed heights, etc, but it made the output less readable.
      
      - remove a redundant _updateVariable() in AnimatedContainer (cc
        @abarth).
      
      - add more information to RenderView.toString().
      7c0c1c96
  20. 10 Oct, 2015 1 commit
  21. 09 Oct, 2015 1 commit
  22. 01 Oct, 2015 1 commit
  23. 17 Sep, 2015 1 commit
  24. 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
  25. 21 Aug, 2015 1 commit