1. 19 May, 2021 1 commit
  2. 27 Apr, 2021 1 commit
  3. 24 Mar, 2021 1 commit
  4. 05 Mar, 2021 1 commit
  5. 27 Jan, 2021 1 commit
  6. 15 Jan, 2021 1 commit
  7. 16 Dec, 2020 1 commit
  8. 15 Dec, 2020 1 commit
  9. 17 Nov, 2020 1 commit
  10. 10 Nov, 2020 1 commit
  11. 07 Nov, 2020 1 commit
  12. 16 Sep, 2020 1 commit
  13. 06 Aug, 2020 1 commit
  14. 09 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] fix recursive asset variant issue (#61129) · 741608a2
      Jonah Williams authored
      Fixes #45075
      Fixes #57210
      
      If an asset was included directly from the project root directory, then the same asset when copied to various output or ephemeral directories would also be picked up as an asset variant. This could cause assets to be recursively copied into asset/build/ephemeral directories, as each time it would run it would pick up all of the previous "variants".
      
      The solution is to include project ephemeral directories, in addition to the build directory.
      741608a2
  15. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      Jonah Williams authored
      The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
      
      It needs to stick around for the fuchsia deps we do not control.
      
      Filled #60232 for remaining work.
      82a6f9bf
  16. 01 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] do not include material icon incorrectly (#58335) · 4845df90
      Jonah Williams authored
      If a dependency specified uses-material-design: true and the main pubspec specifies uses-material-design: false, then the MaterialIcons font would be included in the font manifest, but not in the AssetManifest or final bundle. Remove it from the FontManifest if this occurs
      4845df90
  17. 29 May, 2020 1 commit
  18. 19 May, 2020 1 commit
  19. 16 May, 2020 1 commit
  20. 04 May, 2020 1 commit
  21. 01 May, 2020 1 commit
  22. 30 Apr, 2020 1 commit
  23. 28 Apr, 2020 1 commit
  24. 22 Apr, 2020 1 commit
  25. 14 Apr, 2020 1 commit
  26. 06 Apr, 2020 2 commits
  27. 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
  28. 06 Mar, 2020 1 commit
  29. 05 Mar, 2020 1 commit
  30. 04 Mar, 2020 2 commits
  31. 03 Mar, 2020 1 commit
  32. 28 Feb, 2020 2 commits
  33. 27 Feb, 2020 2 commits
  34. 20 Feb, 2020 1 commit
  35. 05 Feb, 2020 1 commit
  36. 09 Jan, 2020 1 commit