1. 18 Jan, 2016 1 commit
    • Ian Hickson's avatar
      Reimplement the theme transition animation by actually animating the Theme. · 73c9ebab
      Ian Hickson authored
      As part of this:
       - A lot of classes got new lerp functions, including e.g. TextStyle.
       - Theme's constructor story got overhauled. You can now configure
         everything if you really want to, and we're better about defaults.
       - Material no longer automatically animates its background color.
         (It still does for its shadow.)
       - Tabs try to get the indicator color from the theme.
       - The fields in ThemeData got reordered for sanity.
       - Theme.== and Theme.hashCode got fixed.
       - Typography got a bit of a spring cleaning.
      
      Fixes #613.
      73c9ebab
  2. 09 Dec, 2015 1 commit
  3. 26 Oct, 2015 1 commit
    • Adam Barth's avatar
      Be explicit about whether text styles inherit · 7a811e5a
      Adam Barth authored
      Now TextStyle has a boolean "inherit" value, which controls whether null values
      should use should inherit from the current default text style or whether they
      should use their initial values.
      7a811e5a
  4. 16 Oct, 2015 1 commit
  5. 10 Oct, 2015 2 commits
  6. 08 Oct, 2015 1 commit
  7. 26 Sep, 2015 1 commit
  8. 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
  9. 10 Sep, 2015 1 commit
  10. 08 Sep, 2015 1 commit
  11. 24 Aug, 2015 1 commit
  12. 28 Jul, 2015 2 commits
  13. 21 Jul, 2015 1 commit
  14. 18 Jul, 2015 1 commit
  15. 16 Jul, 2015 1 commit