1. 25 Mar, 2021 1 commit
  2. 22 Mar, 2021 1 commit
  3. 16 Mar, 2021 2 commits
  4. 15 Mar, 2021 1 commit
  5. 12 Mar, 2021 1 commit
  6. 11 Mar, 2021 1 commit
  7. 09 Mar, 2021 1 commit
  8. 06 Mar, 2021 1 commit
  9. 04 Mar, 2021 2 commits
  10. 03 Mar, 2021 1 commit
  11. 02 Mar, 2021 2 commits
  12. 27 Feb, 2021 1 commit
  13. 16 Feb, 2021 1 commit
  14. 05 Feb, 2021 2 commits
  15. 01 Feb, 2021 1 commit
  16. 06 Jan, 2021 1 commit
  17. 11 Dec, 2020 1 commit
  18. 04 Dec, 2020 1 commit
  19. 25 Nov, 2020 1 commit
  20. 23 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only lock if an upgrade/download will be performed... · f1472e1f
      Jonah Williams authored
      [flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422)
      
      Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances.
      
      Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released.
      
      Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
      f1472e1f
  21. 16 Sep, 2020 1 commit
  22. 13 Aug, 2020 1 commit
    • Greg Spencer's avatar
      Revert: Update prepare_package.dart to use the process_runner package instead... · 21f40962
      Greg Spencer authored
      Revert: Update prepare_package.dart to use the process_runner package instead having duplicate code. #62710 (#63608)
      
      This reverts #62710, since it has a noSuchMethodError in some circumstances.
      
      This isn't just a straight git revert, because I had to resolve the conflicts in the reverted pubspec.yaml files and re-run flutter update-packages --force-upgrade to make the checksums match.
      21f40962
  23. 11 Aug, 2020 1 commit
  24. 07 Aug, 2020 1 commit
  25. 19 Jun, 2020 3 commits
  26. 16 Jun, 2020 1 commit
  27. 28 May, 2020 1 commit
  28. 08 Apr, 2020 1 commit
  29. 06 Apr, 2020 1 commit
  30. 20 Feb, 2020 1 commit
  31. 07 Feb, 2020 1 commit
  32. 27 Jan, 2020 1 commit
  33. 17 Jan, 2020 1 commit
  34. 16 Jan, 2020 1 commit