1. 30 Jan, 2018 6 commits
    • Tom Larsen's avatar
      Add onLeave callback to DragTarget (#14103) · b7f6be6f
      Tom Larsen authored
      * Add a callback that fires when a Draggable leaves a DragTarget.  This enables the DragTarget to manage its state from entry to exit.
      
      * It helps to have a null check here
      
      * Add test for onLeave callback and add verbiage to onWillAccept explaining the callback lifecycle of a DragTarget.
      b7f6be6f
    • Ankur Kedia's avatar
      adds properties to dismissible widget (#14162) · 47e52b82
      Ankur Kedia authored
      * adds crossAxisEndOffset and rollbackDuration properties to dismissible widget
      
      * re-added removed license comment
      
      * corrected license comments
      
      * Adds test for rollbackDuration and crossAxisEndOffset
      
      * added tests and comments
      
      * modified tests for dismissible widgets
      47e52b82
    • Chris Bracken's avatar
      Roll engine to 293b37c61f41e07cb5d9949d1bd16f656bae788e (#14352) · c54fab04
      Chris Bracken authored
      Includes:
      * Remove unnecessary trim (#4616)
      c54fab04
    • Ian Hickson's avatar
      Improve test.dart output (#14333) · a9c13992
      Ian Hickson authored
      It adds lines like `SHARD=analyze` to each shard, and a message like `Contents of packages/flutter_localizations/lib/src/l10n/localizations.dart matches output of gen_localizations.dart script.`  to the analysis shard.
      a9c13992
    • Chris Bracken's avatar
      Roll engine to f557f476c86c09d9659fe22072237efcb4a2faa7 (#14350) · d6f16dcf
      Chris Bracken authored
      Includes:
      * Extract common iOS asset path lookup code: #4594
      * Introduce VulkanProvider fb9782a5294e700e45e372da0cd25165697b2e45
      * Transition render target images before submit 0de8218778f1bb5d913db8b8a67789a44f8bb28f
      * Update buildtools to Fuchsia HEAD #4599
      d6f16dcf
    • Tom Larsen's avatar
      Add onCancelled callback to PopupMenu (#14226) · 52d47751
      Tom Larsen authored
      * Add onCancelled callback to PopupMenu
      
      * Fix spelling, don't call onCanceled if disposed, improve documentation.
      52d47751
  2. 29 Jan, 2018 5 commits
  3. 27 Jan, 2018 7 commits
  4. 26 Jan, 2018 8 commits
  5. 25 Jan, 2018 10 commits
  6. 24 Jan, 2018 4 commits