1. 10 Mar, 2017 1 commit
  2. 07 Mar, 2017 1 commit
    • Michael Goderbauer's avatar
      Faster hot reload (#8600) · 644e7b13
      Michael Goderbauer authored
      This implements the `DartDependencySetBuilder` completely in Dart instead of calling out to `sky_snapshot` (Linux/Mac) or `gen_snapshot` (Windows) and allows us to use the same code path on all supported host platforms.
      
      It also slightly reduces hot reload times on Linux from ~750ms to ~690ms for the unchanged flutter_gallery app and significantly reduces hot reload times on Windows from almost 1.5s to just slightly slower than on Linux.
      
      This change will also allow us to retire `sky_snapshot` completely in the future.
      644e7b13
  3. 04 Mar, 2017 1 commit
  4. 02 Mar, 2017 1 commit
  5. 21 Feb, 2017 1 commit
  6. 20 Feb, 2017 1 commit
  7. 14 Feb, 2017 1 commit
  8. 06 Feb, 2017 1 commit
  9. 26 Jan, 2017 2 commits
    • xster's avatar
      Fix a crash (#7597) when the flutter sdk moves after getting packages (#7601) · 682c7992
      xster authored
      * Add a check in case the flutter directory in .packages no longer exists. Clean up and prompt user
      
      * Update documentation to use flutter packages get for end-users instead of flutter update-packages.
      
      * Merge missing sdk error with the multiple sdk error. They're really the same thing.
      
      * Use flutterPath in both checks.
      
      * Change file_system’s copy folder to copy director which takes into account the file system
      
      * Test support files
      
      * Add test and split into 2 messages again.
      
      * Move tests to run in memory file system's copy. Tested with dev/bots/test.sh
      682c7992
    • Todd Volkert's avatar
      417c2f25
  10. 09 Jan, 2017 1 commit
  11. 15 Dec, 2016 1 commit
    • John McCutchan's avatar
      DependencyChecker with tests (#7268) · 2546259a
      John McCutchan authored
      - [x] Introduce DependencyChecker which can determine if any dependencies have been modified.
      - [x] Move the DartDependencyBuilder into a separate file.
      - [x] Add unit tests for DartDependencyBuilder.
      - [x] Add unit tets for DependencyChecker
      
      Part of #7014 
      2546259a