1. 30 Mar, 2021 1 commit
  2. 19 Mar, 2021 1 commit
  3. 16 Mar, 2021 2 commits
  4. 15 Mar, 2021 1 commit
  5. 09 Mar, 2021 1 commit
  6. 06 Mar, 2021 1 commit
  7. 02 Mar, 2021 1 commit
  8. 24 Feb, 2021 1 commit
  9. 07 Nov, 2020 1 commit
  10. 06 Nov, 2020 1 commit
  11. 09 Oct, 2020 1 commit
  12. 28 Sep, 2020 1 commit
  13. 18 Sep, 2020 1 commit
  14. 16 Sep, 2020 1 commit
  15. 30 Jul, 2020 1 commit
  16. 21 Jul, 2020 1 commit
  17. 19 Jun, 2020 3 commits
  18. 16 Jun, 2020 1 commit
  19. 04 May, 2020 1 commit
  20. 22 Apr, 2020 1 commit
  21. 06 Apr, 2020 1 commit
  22. 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
  23. 16 Mar, 2020 1 commit
  24. 12 Feb, 2020 1 commit
  25. 11 Feb, 2020 1 commit
  26. 06 Feb, 2020 1 commit
  27. 30 Jan, 2020 1 commit
  28. 28 Jan, 2020 1 commit
  29. 15 Jan, 2020 1 commit
  30. 10 Jan, 2020 1 commit
  31. 09 Jan, 2020 1 commit
  32. 07 Jan, 2020 1 commit
  33. 02 Jan, 2020 2 commits
  34. 31 Dec, 2019 1 commit
    • Ian Hickson's avatar
      Add many more global analyses. (#47875) · e768c92f
      Ian Hickson authored
      * Update packages.
      
      * Add many more global analyses.
      
      * Catch trailing spaces and trailing newlines in all text files.
        Before we were only checking newly added files, but that means we
        missed some.
      
      * Port the trailing spaces logic to work on Windows too.
      
      * Correct all the files with trailing spaces and newlines.
      
      * Refactor some of the dev/bots logic into a utils.dart library.
        Notably, the "exit" and "print" shims for testing are now usable
        from test.dart, analyze.dart, and run_command.dart.
      
      * Add an "exitWithError" function that prints the red lines and
        then exits. This is the preferred way to exit from test.dart,
        analyze.dart, and run_command.dart.
      
      * More consistency in the output of analyze.dart.
      
      * Refactor analyze.dart to use the _allFiles file enumerating logic
        more widely.
      
      * Add some double-checking logic to the _allFiles logic to catch
        cases where changes to that logic end up catching fewer files
        than expected (helps prevent future false positives).
      
      * Add a check to prevent new binary files from being added to
        the repository. Grandfather in the binaries that we've already
        added.
      
      * Update all the dependencies (needed because we now import crypto in
        dev/bots/analyze.dart).
      e768c92f
  35. 17 Dec, 2019 1 commit
  36. 05 Dec, 2019 1 commit