1. 13 Jul, 2017 2 commits
  2. 12 Jul, 2017 8 commits
  3. 11 Jul, 2017 5 commits
  4. 10 Jul, 2017 8 commits
  5. 07 Jul, 2017 6 commits
  6. 06 Jul, 2017 2 commits
  7. 05 Jul, 2017 6 commits
  8. 02 Jul, 2017 1 commit
  9. 01 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Automatic silver keep alive (#11067) · 7ba1879b
      Ian Hickson authored
      * AutomaticKeepAlive
      
      A Widget that listens for notifications from widgets that don't want to die.
      
      * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets
      
      * Fixes for review comments
      7ba1879b
  10. 30 Jun, 2017 1 commit
    • Chris Bracken's avatar
      Skip snapshot build if inputs are unchanged (#11047) · 1438ae85
      Chris Bracken authored
      Previously, the snapshot file was recomputed on every build. We now
      record checksums for all snapshot inputs (which are catalogued in the
      snapshot dependencies file output alongside the snapshot) and only
      rebuild if the checksum for any input file has changed.
      1438ae85