1. 15 Jul, 2016 2 commits
  2. 13 Jul, 2016 3 commits
  3. 12 Jul, 2016 2 commits
  4. 07 Jul, 2016 1 commit
  5. 06 Jul, 2016 3 commits
  6. 04 Jul, 2016 1 commit
  7. 01 Jul, 2016 1 commit
  8. 30 Jun, 2016 3 commits
  9. 28 Jun, 2016 3 commits
  10. 24 Jun, 2016 3 commits
  11. 23 Jun, 2016 4 commits
  12. 22 Jun, 2016 4 commits
  13. 21 Jun, 2016 3 commits
    • Jason Simmons's avatar
      Remove the assembleFlx accessor and FLX asset path overrides (#4671) · f307735e
      Jason Simmons authored
      This is now obsolete
      f307735e
    • Jason Simmons's avatar
    • Ian Hickson's avatar
      ImageIcon (#4649) · e502e9c8
      Ian Hickson authored
      Anywhere that accepted IconData now accepts either an Icon or an
      ImageIcon.
      
      Places that used to take an IconData in an `icon` argument, notably
      IconButton and DrawerItem, now take a Widget in that slot. You can wrap
      the value that used to be passed in in an Icon constructor to get the
      same result.
      
      Icon itself now takes the icon as a positional argument, for brevity.
      
      ThemeData now has an iconTheme as well as a primaryIconTheme, the same
      way it has had a textTheme and primaryTextTheme for a while.
      
      IconTheme.of() always returns a value now (though that value itself may
      have nulls in it). It defaults to the ThemeData.iconTheme.
      
      IconThemeData.fallback() is a new method that returns an icon theme data
      structure with all fields filled in.
      
      IconTheme.merge() is a new constructor that takes a context and creates
      a widget that mixes in the new values with the inherited values.
      
      Most places that introduced an IconTheme widget now use IconTheme.merge.
      
      IconThemeData.merge and IconThemeData.copyWith act in a way analogous to
      the similarly-named members of TextStyle.
      
      ImageIcon is introduced. It acts like Icon but takes an ImageProvider
      instead of an IconData.
      
      Also: Fix the analyzer to actually check the stocks app.
      e502e9c8
  14. 19 Jun, 2016 1 commit
  15. 18 Jun, 2016 1 commit
  16. 17 Jun, 2016 1 commit
  17. 16 Jun, 2016 4 commits
    • pq's avatar
      Dead code and switch cleanup (continued). · 3e9067a4
      pq authored
      Prep to get us ready to pull in a new dev SDK and bump our analyzer DEP.
      
      * updates `crypto` (required by fresh analyzer)
      * fixes newly flagged dead code warnings
      * fixes switches that fall through and don't return
      3e9067a4
    • Adam Barth's avatar
      Fix paths again (#4589) · 2ce57eb3
      Adam Barth authored
      I got confused about the sdk_ext directory.
      2ce57eb3
    • pq's avatar
      Dead code and switch cleanup (continued). · e8d1df07
      pq authored
      Prep to get us ready to pull in a new dev SDK and bump our analyzer DEP.
      
      * updates `crypto` (required by fresh analyzer)
      * fixes newly flagged dead code warnings
      * fixes switches that fall through and don't return
      e8d1df07
    • Adam Barth's avatar
      Attempt to fix AOT build (#4587) · fc77bfe6
      Adam Barth authored
      I moved dart_ui.dart to an new path and forgot to update this reference.
      fc77bfe6