1. 26 Jan, 2017 1 commit
  2. 23 Jan, 2017 1 commit
  3. 19 Jan, 2017 1 commit
  4. 17 Jan, 2017 1 commit
  5. 11 Jan, 2017 1 commit
  6. 10 Jan, 2017 1 commit
  7. 09 Jan, 2017 1 commit
  8. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  9. 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
  10. 23 Nov, 2016 1 commit
  11. 15 Nov, 2016 1 commit
  12. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  13. 10 Nov, 2016 1 commit
  14. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c
  15. 01 Nov, 2016 1 commit
  16. 28 Oct, 2016 2 commits
  17. 18 Oct, 2016 1 commit
  18. 05 Oct, 2016 1 commit
  19. 26 Sep, 2016 1 commit
  20. 22 Sep, 2016 1 commit
  21. 21 Sep, 2016 1 commit
    • James Robinson's avatar
      Isolate imports of generated Dart code from generated path (#5960) · a95c9fdb
      James Robinson authored
      This rewrites imports of various mojom.dart files from the Flutter
      engine repo to instead import normal-looking dart files from the
      (new) flutter_services package. This package handles exporting the
      correct symbols from generated code wherever that may live.
      
      Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
      which contains the new flutter_services package.
      a95c9fdb
  22. 16 Sep, 2016 1 commit
  23. 12 Sep, 2016 1 commit
  24. 08 Sep, 2016 1 commit
    • Phil Quitslund's avatar
      Update to Dart `1.20.0-dev.1.0`. (#5689) · d2fda677
      Phil Quitslund authored
      * Udpate to Dart `1.20.0-dev.1.0`.
      
      Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
      
      * Added `--no-packages-dir`.
      
      * Revert extension to master.
      
      * Added ignores.
      
      * Review nits.
      
      * More nits.
      d2fda677
  25. 17 Aug, 2016 3 commits
  26. 10 Aug, 2016 1 commit
  27. 09 Aug, 2016 1 commit
  28. 21 Jul, 2016 1 commit
    • Ian Hickson's avatar
      Licenses (#4984) · 69d78325
      Ian Hickson authored
      This makes the about page show the licenses of all the Dart packages that a Flutter app uses.
      
      Issues that this does not yet resolve:
      - I'm still working on getting the full list of licenses for the sky_engine package.
      - Some of the licenses don't print very readably.
      - There's no scrollbar on the license page.
      
      I'll provide fixes for the first two in the coming days, but this should unblock anyone who is wanting to see something here, even if it's not quite complete. :-)
      
      ----
      
      The patch makes the following changes: 
      
      - The license registry is now asynchronous, since the data comes from disk.
      - I moved the default license collector from the foundation package to the services package since it uses the default asset bundle now.
      - The FLX builder now includes the LICENSE files of each Dart package mentioned in the `.packages` file.
      69d78325
  29. 23 Jun, 2016 1 commit
  30. 22 Jun, 2016 1 commit
    • pq's avatar
      Update to latest analyzer (0.27.4-alpha.14) and misc. analysis fixes. · 352e2f57
      pq authored
      * brings in analyzer version (`0.27.4-alpha.14`) corresponding to current Dart SDK (`1.18.0-dev.2.0`).
      * updates analysis to use prefered API for embedder URI resolution
      * adds trampolines to `State` and `StatelessWidget` to allow for warning-free within-library @protected access (needed since we closed off access to @protected closures from outside subclasses).
      * turns off cache dependency tracking for analysis (in DDC this amounted to a 10% speed improvement).
      352e2f57
  31. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  32. 23 May, 2016 1 commit
  33. 19 May, 2016 1 commit
    • pq's avatar
      Fix analyzer field overrides. · 2a9d2b5f
      pq authored
      Cleans up 3 of the 4 violations of the `overriden_field` lint.
      
      The last one is more interesting and I'll defer to someone closer to that code:
      
          [lint] Do not override fields. (packages/flutter/test/rendering/rendering_tester.dart, line 91, col 14)
      2a9d2b5f
  34. 17 May, 2016 1 commit
  35. 16 May, 2016 1 commit
  36. 12 May, 2016 1 commit
  37. 10 May, 2016 1 commit