1. 04 Jun, 2020 1 commit
  2. 27 Apr, 2020 1 commit
  3. 22 Apr, 2020 1 commit
  4. 21 Apr, 2020 1 commit
  5. 18 Mar, 2020 1 commit
  6. 25 Feb, 2020 1 commit
    • Nate Bosch's avatar
      Don't use a default test randomize ordering seed (#51018) · 9228b87e
      Nate Bosch authored
      Fixes #51010
      
      The test package differentiates between passing and not passing this
      argument. A previous version had a bug that treated passing `0`
      identically to not passing the argument, and the flutter test runner
      relied on this bug by always passing a value and using a default of `0`.
      
      - Remove the argument defaults throughout to make it clear that `null`
        is a valid value and the default.
      - Remove the argument defaulting on the argument parser.
      - Update the wording of the usage for this argument, this will also be
        updated on the `package:test` side.
      9228b87e
  7. 12 Feb, 2020 1 commit
  8. 22 Jan, 2020 1 commit
  9. 07 Jan, 2020 1 commit
  10. 06 Jan, 2020 1 commit
  11. 18 Dec, 2019 1 commit
  12. 06 Dec, 2019 1 commit
  13. 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
  14. 14 Nov, 2019 1 commit
  15. 25 Oct, 2019 1 commit
  16. 14 Oct, 2019 1 commit
  17. 07 Oct, 2019 1 commit
  18. 04 Oct, 2019 1 commit
  19. 24 Sep, 2019 1 commit
  20. 13 Sep, 2019 2 commits
  21. 10 Sep, 2019 1 commit
  22. 02 Jul, 2019 1 commit
  23. 20 Jun, 2019 1 commit
  24. 19 Jun, 2019 1 commit
  25. 09 Jun, 2019 1 commit
  26. 05 Jun, 2019 1 commit
  27. 03 Jun, 2019 1 commit
  28. 01 Jun, 2019 1 commit
  29. 31 May, 2019 1 commit
  30. 19 Apr, 2019 1 commit
  31. 18 Apr, 2019 1 commit
  32. 15 Apr, 2019 1 commit
  33. 01 Apr, 2019 1 commit
  34. 07 Mar, 2019 1 commit
  35. 09 Nov, 2018 1 commit
  36. 09 Sep, 2018 1 commit
  37. 05 Sep, 2018 1 commit
  38. 04 Sep, 2018 2 commits
    • Chris Bracken's avatar
      Eliminate --preview-dart-2 flag (#21304) · 041ff621
      Chris Bracken authored
      This patch eliminates the --preview-dart-2/--no-preview-dart-2 flag,
      hardcoding all uses to true. It also defaults all previewDart2 method
      parameters to true, where they hadn't yet been.
      
      A series of subsequent patches will eliminate all previewDart2
      parameters and the associated code from within the codebase.
      041ff621
    • jensjoha's avatar
      Initialize from dill on tests (#20414) · cd65903f
      jensjoha authored
      cd65903f