1. 03 Mar, 2020 1 commit
  2. 30 Jan, 2020 1 commit
  3. 27 Jan, 2020 1 commit
  4. 17 Jan, 2020 2 commits
  5. 16 Dec, 2019 1 commit
  6. 10 Dec, 2019 1 commit
  7. 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
  8. 31 Oct, 2019 1 commit
  9. 24 Sep, 2019 2 commits
  10. 10 Sep, 2019 1 commit
  11. 06 Sep, 2019 1 commit
  12. 05 Sep, 2019 1 commit
  13. 28 Aug, 2019 1 commit
  14. 21 Aug, 2019 1 commit
  15. 19 Aug, 2019 1 commit
  16. 09 Aug, 2019 2 commits
  17. 08 Aug, 2019 1 commit
  18. 31 Jul, 2019 1 commit
  19. 26 Jul, 2019 2 commits
  20. 07 Jun, 2019 1 commit
  21. 28 May, 2019 1 commit
  22. 01 May, 2019 1 commit
  23. 10 Apr, 2019 1 commit
  24. 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
  25. 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
  26. 16 Jan, 2019 1 commit
  27. 03 Jan, 2019 1 commit
  28. 21 Dec, 2018 1 commit
  29. 15 Dec, 2018 1 commit
  30. 29 Oct, 2018 1 commit
  31. 23 Oct, 2018 1 commit
  32. 19 Oct, 2018 1 commit
  33. 16 Oct, 2018 1 commit
  34. 13 Oct, 2018 1 commit
    • Michael Goderbauer's avatar
      Remove all service extensions from release mode (#23038) · 8e2ca93f
      Michael Goderbauer authored
      Service extensions can only be activated in debug or profile mode, their code should never be included in release mode. This PR adds guards around all service extension registration calls that enable Dart's tree shaker to remove the extension's code in release mode, which reduces our binary size:
      
      Android Snapshot (uncompressed): minus 127,384 Bytes (-124.40KB)
      APK (compressed): minus 38,136 Bytes (-37.24KB)
      iOS Snapshot (App.framework, uncompressed): 264,304 Bytes(-258.10KB)
      
      For details: https://docs.google.com/document/d/13JlgvliCn5sWwT2K2SfDwD1NhEfxpJH9DCf22gZZru8/edit
      
      **Benchmark Regressions:** This PR may cause benchmarks to regress because it may change the timing of GC. If you notice a benchmark regression **please note down the exact set of benchmarks that regressed on this PR** and then feel free to revert. I will follow-up with a PR that forces a GC before the effected benchmarks run to get a clean baseline before re-applying this PR.
      8e2ca93f
  35. 22 Sep, 2018 1 commit
  36. 18 Sep, 2018 1 commit