1. 23 Sep, 2022 1 commit
  2. 06 Sep, 2022 1 commit
  3. 27 Apr, 2022 1 commit
  4. 02 Nov, 2021 1 commit
  5. 08 Oct, 2021 1 commit
  6. 09 Jun, 2021 1 commit
  7. 19 May, 2021 1 commit
  8. 07 Apr, 2021 1 commit
  9. 06 Apr, 2021 2 commits
  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 2 commits
  13. 30 Sep, 2020 1 commit
  14. 16 Sep, 2020 1 commit
  15. 17 Jul, 2020 1 commit
  16. 09 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] fix recursive asset variant issue (#61129) · 741608a2
      Jonah Williams authored
      Fixes #45075
      Fixes #57210
      
      If an asset was included directly from the project root directory, then the same asset when copied to various output or ephemeral directories would also be picked up as an asset variant. This could cause assets to be recursively copied into asset/build/ephemeral directories, as each time it would run it would pick up all of the previous "variants".
      
      The solution is to include project ephemeral directories, in addition to the build directory.
      741608a2
  17. 30 Jun, 2020 1 commit
  18. 24 Jun, 2020 2 commits
  19. 08 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) · 4f88ed1d
      Jonah Williams authored
      instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.
      
      This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
      4f88ed1d
  20. 03 Jun, 2020 1 commit
  21. 20 May, 2020 1 commit
  22. 28 Apr, 2020 1 commit
  23. 09 Apr, 2020 1 commit
  24. 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
  25. 02 Oct, 2019 1 commit
  26. 22 Jul, 2019 3 commits
  27. 13 Jul, 2019 1 commit
  28. 19 Jun, 2019 1 commit
  29. 21 Feb, 2019 1 commit
  30. 12 Sep, 2018 1 commit
  31. 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
  32. 20 Jul, 2018 1 commit
  33. 05 Jun, 2018 1 commit
  34. 04 May, 2018 2 commits