1. 27 Apr, 2022 1 commit
  2. 27 Jul, 2021 1 commit
  3. 25 May, 2021 1 commit
  4. 09 Apr, 2021 1 commit
  5. 31 Mar, 2021 1 commit
  6. 19 Mar, 2021 1 commit
  7. 12 Feb, 2021 1 commit
  8. 08 Feb, 2021 1 commit
  9. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  10. 27 Jan, 2021 1 commit
  11. 30 Sep, 2020 1 commit
  12. 08 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] standardize patterns for integration.shard (#64980) · 6b444c4d
      Jonah Williams authored
      Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.
      
      Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
      6b444c4d
  13. 03 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] rethrow process exceptions as tool exit from gradle build (#64745) · bd3eee75
      Jonah Williams authored
      The flutter tool is currently unable to detect missing permissions in gradle/gradle.bat that would cause a gradle build to fail via process exception. Rather than crashing and exiting, we can display the exception as an error message and tool exit.
      
      While linux/macOS are able to add the +x bit, this is not possible on windows with our current file system/OS API. These crashes represent a substantial amount of crash reporting, but are otherwise not actionable on our end.
      bd3eee75
  14. 29 Jul, 2020 1 commit
  15. 16 Jun, 2020 1 commit
  16. 14 May, 2020 1 commit
  17. 06 May, 2020 1 commit
  18. 14 Feb, 2020 1 commit
  19. 29 Jan, 2020 1 commit
  20. 07 Jan, 2020 1 commit
  21. 06 Jan, 2020 1 commit
  22. 18 Dec, 2019 1 commit
  23. 13 Dec, 2019 2 commits
  24. 11 Dec, 2019 2 commits
  25. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  26. 24 Nov, 2019 1 commit
  27. 24 Sep, 2019 1 commit
  28. 23 Aug, 2019 1 commit
  29. 13 Jul, 2019 1 commit
  30. 30 May, 2019 1 commit
  31. 29 May, 2019 2 commits
  32. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  33. 15 Feb, 2019 1 commit
  34. 06 Feb, 2019 1 commit
  35. 26 Jan, 2019 1 commit
  36. 12 Sep, 2018 1 commit
  37. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a