1. 08 Nov, 2022 2 commits
  2. 13 May, 2022 1 commit
  3. 27 Apr, 2022 1 commit
  4. 27 Jul, 2021 1 commit
  5. 25 May, 2021 1 commit
  6. 09 Apr, 2021 1 commit
  7. 31 Mar, 2021 1 commit
  8. 19 Mar, 2021 1 commit
  9. 12 Feb, 2021 1 commit
  10. 08 Feb, 2021 1 commit
  11. 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
  12. 27 Jan, 2021 1 commit
  13. 30 Sep, 2020 1 commit
  14. 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
  15. 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
  16. 29 Jul, 2020 1 commit
  17. 16 Jun, 2020 1 commit
  18. 14 May, 2020 1 commit
  19. 06 May, 2020 1 commit
  20. 14 Feb, 2020 1 commit
  21. 29 Jan, 2020 1 commit
  22. 07 Jan, 2020 1 commit
  23. 06 Jan, 2020 1 commit
  24. 18 Dec, 2019 1 commit
  25. 13 Dec, 2019 2 commits
  26. 11 Dec, 2019 2 commits
  27. 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
  28. 24 Nov, 2019 1 commit
  29. 24 Sep, 2019 1 commit
  30. 23 Aug, 2019 1 commit
  31. 13 Jul, 2019 1 commit
  32. 30 May, 2019 1 commit
  33. 29 May, 2019 2 commits
  34. 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
  35. 15 Feb, 2019 1 commit
  36. 06 Feb, 2019 1 commit