1. 06 Aug, 2020 1 commit
  2. 16 Jul, 2020 1 commit
  3. 15 Jul, 2020 1 commit
  4. 10 Jul, 2020 1 commit
    • Anna Gringauze's avatar
      Added web compiler debug metadata (#61265) · 9cbe1dcc
      Anna Gringauze authored
      Made flutter tools serve metadata produced by the frontend server:
      
      pass --experimental-emit-metadata flag to flutter engine
      store and serve metadata from web asset server
      store and serve merged metadata from web asset server
      add tests to verify that metadata is served from memory
      update dwds version so it can read metadata
      configure dwds to read metadata from file
      Prerequisite changes (landed):
      
      sdk: https://dart-review.googlesource.com/c/sdk/+/150181
      flutter engine: flutter/engine#19168
      webdev:dart-lang/webdev#1064
      9cbe1dcc
  5. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from compilers (#59184) · 447e3d3f
      Jonah Williams authored
      Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency.
      
      Updates machine mode to output trace text to stderr
      447e3d3f
  6. 06 Jun, 2020 1 commit
  7. 04 Jun, 2020 2 commits
  8. 03 Jun, 2020 2 commits
  9. 27 May, 2020 1 commit
  10. 20 Apr, 2020 1 commit
  11. 17 Apr, 2020 1 commit
  12. 02 Apr, 2020 1 commit
  13. 23 Mar, 2020 1 commit
    • stuartmorgan's avatar
      Add pre-stable support for create on Windows (#51895) · 685e9d1e
      stuartmorgan authored
      Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.
      
      Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable.
      
      Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.
      
      Fixes #30704
      685e9d1e
  14. 18 Mar, 2020 1 commit
  15. 06 Mar, 2020 1 commit
  16. 28 Feb, 2020 1 commit
  17. 26 Feb, 2020 2 commits
  18. 24 Feb, 2020 1 commit
  19. 11 Feb, 2020 1 commit
  20. 31 Jan, 2020 1 commit
  21. 28 Jan, 2020 1 commit
  22. 27 Jan, 2020 1 commit
  23. 24 Jan, 2020 1 commit
  24. 07 Jan, 2020 1 commit
  25. 06 Jan, 2020 1 commit
  26. 10 Dec, 2019 1 commit
  27. 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
  28. 22 Nov, 2019 2 commits
  29. 15 Nov, 2019 1 commit
  30. 10 Nov, 2019 1 commit
  31. 08 Nov, 2019 3 commits
  32. 06 Nov, 2019 1 commit
  33. 29 Oct, 2019 1 commit
  34. 25 Oct, 2019 1 commit