1. 12 Oct, 2020 1 commit
  2. 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
  3. 15 Jun, 2020 1 commit
  4. 04 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove zone level overrides of verbose and daemon logging (#57448) · f5de6aad
      Jonah Williams authored
      Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides.
      
      This allows removing a work around where web devices needed to look up directly from the context in non-test code.
      
      Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
      f5de6aad
  5. 28 Apr, 2020 1 commit
  6. 22 Apr, 2020 1 commit
  7. 20 Apr, 2020 1 commit
  8. 17 Apr, 2020 1 commit
  9. 16 Apr, 2020 1 commit
  10. 06 Apr, 2020 1 commit
  11. 03 Apr, 2020 1 commit
  12. 27 Mar, 2020 1 commit
  13. 24 Mar, 2020 1 commit
    • Lasse R.H. Nielsen's avatar
      Prepare Flutter for SDK changes to `runZoned`. (#52953) · af5194db
      Lasse R.H. Nielsen authored
      The `runZoned` method deprecates the `onError` parameter.
      Invocations using that parameter must use `runZonedGuarded` instead.
      
      This prepares Flutter for the deprecation. The same places need to be migrated to using
      `runZonedGuarded` when the SDK change has been ported to Flutter.
      Then the deprecated member will be removed in a follow-up CL when the most important
      packages have been migrated.
      af5194db
  14. 18 Mar, 2020 1 commit
  15. 10 Mar, 2020 1 commit
  16. 06 Mar, 2020 2 commits
  17. 04 Mar, 2020 2 commits
  18. 28 Feb, 2020 2 commits
  19. 27 Feb, 2020 2 commits
  20. 12 Feb, 2020 2 commits
  21. 11 Feb, 2020 1 commit
  22. 31 Jan, 2020 1 commit
  23. 28 Jan, 2020 2 commits
  24. 25 Jan, 2020 1 commit
  25. 14 Jan, 2020 1 commit
  26. 13 Jan, 2020 3 commits
  27. 08 Jan, 2020 2 commits
  28. 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
  29. 26 Nov, 2019 1 commit
  30. 05 Nov, 2019 1 commit
  31. 13 Sep, 2019 1 commit