1. 03 Nov, 2020 2 commits
  2. 31 Oct, 2020 1 commit
  3. 30 Oct, 2020 2 commits
  4. 29 Oct, 2020 3 commits
  5. 27 Oct, 2020 2 commits
  6. 26 Oct, 2020 2 commits
  7. 22 Oct, 2020 5 commits
  8. 21 Oct, 2020 2 commits
  9. 20 Oct, 2020 1 commit
  10. 16 Oct, 2020 1 commit
  11. 14 Oct, 2020 1 commit
    • godofredoc's avatar
      Fix docset generation. (#67025) · f8f6963c
      godofredoc authored
      * Fix docset generation.
      
      * Remove checks to be able to test.
      
      * More logging
      
      * More logging
      
      * More logging.
      
      * more logging.
      
      * More logging.
      
      * Add flags to firebase command.
      
      * Re-enable docset generation.
      
      * Disable firebase step.
      
      * Comment docset to speed up validations.
      
      * Re-enable docset.
      
      * Add back condition to prevent uploading docs from PRs.
      f8f6963c
  12. 12 Oct, 2020 1 commit
  13. 09 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] remove train and inject-plugins command (#67766) · 5fa80171
      Jonah Williams authored
      The train command does nothing and was originally added to provide a no-output default for generating app-jit snapshots. The inject-plugins command is only for a repo-only analysis check, which is not necessary since we regenerate during pub get.
      
      #29805
      5fa80171
    • nturgut's avatar
      Add web e2e to the flutter/flutter repo (#67693) · a755c038
      nturgut authored
      * adding tests that uses integration_test (e2e) package to flutter
      
      * change the package name for the import
      
      * fix licenses. fix README commands. add links
      
      * adding dependency change auto generated by the tool
      
      * more analyzer error fixes
      a755c038
  14. 08 Oct, 2020 2 commits
    • Greg Spencer's avatar
      Convert services tests to NNBD (#62694) · 58287ace
      Greg Spencer authored
      This converts the packages/flutter/test/services directory to NNBD, now that the services package is converted.
      
      I changed the signature of checkMessageHandler and checkMockMessageHandler on BinaryMessenger to take a nullable handler, since the tests wanted to check to make sure a handler wasn't set, and that functionality no longer works if the handler is non-nullable.
      58287ace
    • Kate Lovett's avatar
      Remove Cirrus support for Gold (#67468) · 72696f77
      Kate Lovett authored
      72696f77
  15. 07 Oct, 2020 2 commits
  16. 06 Oct, 2020 1 commit
  17. 03 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [null-safety] add integration tests for sound null safety modes, add support... · ddb01a0c
      Jonah Williams authored
      [null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js (#67171)
      
      Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary.
      
      dart-lang/sdk#42253
      ddb01a0c
  18. 01 Oct, 2020 2 commits
  19. 29 Sep, 2020 1 commit
  20. 28 Sep, 2020 1 commit
  21. 25 Sep, 2020 1 commit
  22. 23 Sep, 2020 2 commits
    • Jacob MacDonald's avatar
      update to the latest null safe packages (#66384) · 9cee75ba
      Jacob MacDonald authored
      Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases.
      
      Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
      9cee75ba
    • Jonah Williams's avatar
      [flutter_tools] only lock if an upgrade/download will be performed... · f1472e1f
      Jonah Williams authored
      [flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422)
      
      Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances.
      
      Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released.
      
      Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
      f1472e1f
  23. 22 Sep, 2020 1 commit
  24. 21 Sep, 2020 1 commit