1. 27 Jan, 2021 1 commit
  2. 22 Oct, 2020 1 commit
  3. 20 Oct, 2020 1 commit
  4. 15 Oct, 2020 1 commit
  5. 05 Oct, 2020 1 commit
  6. 16 Sep, 2020 1 commit
  7. 18 Aug, 2020 1 commit
  8. 23 Jul, 2020 1 commit
  9. 05 Mar, 2020 1 commit
  10. 04 Mar, 2020 2 commits
  11. 28 Feb, 2020 2 commits
  12. 27 Feb, 2020 2 commits
  13. 24 Feb, 2020 1 commit
  14. 18 Dec, 2019 1 commit
  15. 17 Dec, 2019 1 commit
  16. 13 Dec, 2019 2 commits
  17. 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
  18. 24 Nov, 2019 1 commit
  19. 04 Oct, 2019 1 commit
  20. 02 Oct, 2019 1 commit
  21. 24 Sep, 2019 1 commit
  22. 05 Aug, 2019 3 commits
  23. 24 Jul, 2019 1 commit
    • Jiahao's avatar
      Parameterize CoverageCollector with a library name predicate (#36774) · 4de9b446
      Jiahao authored
      An optimization to the coverage collection speed was added in #30811. This commit further expands on it to parameterize the CoverageCollector with a custom predicate, allowing internal use cases to filter the RPC calls to the Dart VM based on scripts of interest to coverage collection.
      4de9b446
  24. 22 Jul, 2019 1 commit
  25. 08 Jul, 2019 1 commit
  26. 27 Jun, 2019 1 commit
  27. 26 Jun, 2019 1 commit
  28. 29 Apr, 2019 1 commit
  29. 19 Apr, 2019 1 commit
  30. 22 Mar, 2019 1 commit
  31. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  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. 12 Feb, 2019 1 commit
  34. 05 Feb, 2019 1 commit