1. 02 Feb, 2022 1 commit
  2. 25 Jan, 2022 1 commit
  3. 06 Jan, 2022 1 commit
  4. 02 Nov, 2021 1 commit
  5. 08 Oct, 2021 3 commits
  6. 06 Oct, 2021 1 commit
  7. 01 Oct, 2021 1 commit
  8. 12 Aug, 2021 1 commit
  9. 30 Jul, 2021 1 commit
  10. 26 May, 2021 1 commit
  11. 25 May, 2021 1 commit
  12. 19 May, 2021 1 commit
  13. 09 Apr, 2021 1 commit
  14. 24 Mar, 2021 2 commits
  15. 14 Feb, 2021 1 commit
  16. 27 Jan, 2021 1 commit
  17. 23 Nov, 2020 1 commit
  18. 20 Nov, 2020 1 commit
  19. 12 Nov, 2020 1 commit
  20. 27 Oct, 2020 1 commit
  21. 23 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] Reland: simplify pub cache logic (#67589) · cb67513f
      Jonah Williams authored
      There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.
      
      Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version.
      
      Fixes #66777
      Fixes #65723
      cb67513f
  22. 14 Oct, 2020 1 commit
  23. 12 Oct, 2020 1 commit
  24. 07 Oct, 2020 2 commits
  25. 24 Sep, 2020 1 commit
  26. 16 Sep, 2020 1 commit
  27. 15 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) · d8b6fa15
      Jonah Williams authored
      Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true.
      
      When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently)
      
      Adds an integration test that verifies this code can be run and imported when enabled.
      
      Part of #60914
      d8b6fa15
  28. 14 May, 2020 1 commit
  29. 27 Apr, 2020 1 commit
  30. 25 Apr, 2020 1 commit
  31. 16 Apr, 2020 1 commit
  32. 03 Apr, 2020 1 commit
  33. 25 Mar, 2020 2 commits
  34. 16 Mar, 2020 1 commit
  35. 06 Mar, 2020 1 commit