1. 27 Aug, 2018 6 commits
  2. 26 Aug, 2018 2 commits
  3. 25 Aug, 2018 1 commit
  4. 24 Aug, 2018 10 commits
  5. 23 Aug, 2018 15 commits
  6. 22 Aug, 2018 6 commits
    • Jonah Williams's avatar
    • Will Larche's avatar
      [Gallery] Material elevations (shadows) demo (#20842) · 47cffd16
      Will Larche authored
      * [Gallery] Elevations demo. TODO: Correct icon.
      
      * [Gallery] More elevations for the elevation demo.
      
      * [Gallery] Elevation toggle for elevation demo.
      
      * [Demos] Update temp icon on elevations demo.
      
      * [Demos] Changing action icon.
      
      * [Demos] Same.
      
      * [Demos] Adding new and const.
      
      * [Demos] Reverting formatting.
      
      * [Gallery] PR Feedback.
      47cffd16
    • sir-boformer's avatar
      Fix small TabBar inconsistencies (#20887) · 09e7902f
      sir-boformer authored
      Tabs are now padded by 16.0 on the left and right  (used to be 12.0).
      09e7902f
    • amirh's avatar
      Add support for GestureArenaTeam captains. (#20883) · e24ac508
      amirh authored
      The team captain wins the arena on behalf of the team.
      When any of the team members claims victory for the arena the captain
      accepts the gesture.
      
      This is used when embeddeding platform views - we allow configuring a
      set of gestures that should be forwarded to the platform view.
      We add the set of gesture recognizers to a GestureArenaTeam with a
      captain, and if the captain accepts the gesture we forward it to the
      platform view.
      e24ac508
    • liyuqian's avatar
      Add customBorder to InkWell so it can clip ShapeBorder (#20751) · ee8754df
      liyuqian authored
      This fixes #20483 by letting InkWell do its own clipping.
      
      PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle())
      
      The goldens are updated due to small AA changes of the additional clipPath.
      ee8754df
    • Danny Tuppeny's avatar
      Don't try to stop the same app twice in flutter_attach test (#20905) · 363543fc
      Danny Tuppeny authored
      This test is sometimes flaky (#20822) because the two processes try to stop the same app. This fix changes to just gracefully terminate the attach process without explicitly trying to stop and then uses the original spawning process to stop the app.
      
      I can't repro the flake locally to be certain, but I've verified only one stop command is sent now so it *should* be good.
      363543fc