1. 12 Sep, 2023 1 commit
  2. 01 Aug, 2023 1 commit
  3. 12 Jul, 2023 1 commit
  4. 10 Jul, 2023 1 commit
  5. 31 May, 2023 1 commit
  6. 26 Apr, 2023 1 commit
    • Tae Hyung Kim's avatar
      Refactor "gen-l10n" command to use same code path when "l10n.yaml" is present... · 5c44b1df
      Tae Hyung Kim authored
      Refactor "gen-l10n" command to use same code path when "l10n.yaml" is present or not present (#125429)
      
      I think this is a long needed change to the `gen-l10n` command.
      Essentially, the arguments to `flutter gen-l10n` can be provided by two
      different methods: via command line arguments or via the `l10n.yaml`
      file. The existence of a `l10n.yaml` file causes the latter approach to
      take precedence.
      
      However, currently, there's several differences in how the two
      approaches are handled, and most of the default arguments are all over
      the place, causing unexpected issues such as #120457 or #120023.
      
      This PR refactors the command so that
      * `LocalizationOptions` are more consistent with the actual argument
      names/yaml options.
      * All default values are determined in `LocalizationOptions`'s
      constructor (or in `argParser.addOption(...)` in the case a boolean
      value needs to be explicitly true).
      * New `parseLocalizationsOptionsFromCommand` function to parse
      arguments.
      * Parse `LocalizationOptions` at the beginning of `runCommand()` and
      pass it to `generateLocalizations`.
      
      Fixes #120023.
      5c44b1df
  7. 18 Apr, 2023 1 commit
  8. 01 Feb, 2023 1 commit
  9. 02 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Platform binaries reland (#115502) · db1c3e20
      Jackson Gardner authored
      You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified.
      
      This also uses precompiled platform kernel files for both ddc and dart2js
      db1c3e20
  10. 06 Sep, 2022 1 commit
  11. 19 Aug, 2022 1 commit
  12. 11 Feb, 2022 1 commit
  13. 27 Jun, 2021 1 commit
  14. 12 May, 2021 1 commit
  15. 06 May, 2021 1 commit
  16. 21 Apr, 2021 1 commit
  17. 07 Apr, 2021 1 commit
  18. 27 Jan, 2021 1 commit
  19. 05 Jan, 2021 1 commit
  20. 15 Oct, 2020 1 commit
  21. 03 Sep, 2020 1 commit