1. 19 Jul, 2018 1 commit
  2. 16 Jul, 2018 2 commits
  3. 14 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Add Bash and Zsh command-line completion for flutter (#19243) · 5d0d1b03
      Greg Spencer authored
      This uses @kevmoo's completion package to do command line completion for flutter, and a new command "bash-completion" (with alias "zsh-completion") that will output the necessary shell script setup code, and adds the hidden command "completion" that does the actual completion.
      
      Because it adds a dependency, I also had to do flutter update-packages --force-upgrade.
      
      Fixes #18988.
      5d0d1b03
  4. 13 Jul, 2018 1 commit
  5. 12 Jul, 2018 4 commits
  6. 11 Jul, 2018 2 commits
  7. 10 Jul, 2018 1 commit
  8. 09 Jul, 2018 1 commit
  9. 21 Jun, 2018 1 commit
  10. 20 Jun, 2018 1 commit
  11. 19 Jun, 2018 1 commit
  12. 15 Jun, 2018 2 commits
  13. 14 Jun, 2018 1 commit
  14. 05 Jun, 2018 1 commit
  15. 18 May, 2018 1 commit
  16. 11 May, 2018 2 commits
  17. 10 May, 2018 1 commit
  18. 04 May, 2018 1 commit
    • Todd Volkert's avatar
      Follow-on work to goldens (#17267) · c8908ff0
      Todd Volkert authored
      * Exclude flutter_goldens package from dartdoc because it's for internal
        use only
      * Document why flutter_tools doesn' tneed to be excluded from the list of
        packages to document
      * Performance optimization in the flutter comparator, and associated
        test updates.
      c8908ff0
  19. 03 May, 2018 1 commit
  20. 30 Apr, 2018 1 commit
    • Todd Volkert's avatar
      Add basic support for golden image file testing (#17094) · e19db89a
      Todd Volkert authored
      * Add a `matchesGoldenFile()` async matcher that will match
        a finder's widget's rasterized image against a golden file.
      * Add support for pluggable image comparison backends
      * Add a default backend that does simplistic PNG byte
        comparison on locally stored golden files.
      * Add support for `flutter test --update-goldens`, which will
        treat the rasterized image bytes produced during the test
        as the new golden bytes and update the golden file accordingly
      
      Still TODO:
      
      * Add support for the `flutter_test_config.dart` test config hook
      * Utilize `flutter_test_config.dart` in `packages/flutter/test`
        to install a backend that retrieves golden files from a dedicated
        `flutter/goldens` repo
      
      https://github.com/flutter/flutter/issues/16859
      e19db89a
  21. 18 Apr, 2018 1 commit
  22. 10 Apr, 2018 1 commit
  23. 09 Apr, 2018 2 commits
  24. 04 Apr, 2018 1 commit
  25. 03 Apr, 2018 1 commit
  26. 30 Mar, 2018 1 commit
  27. 28 Mar, 2018 1 commit
    • Alexander Aprelev's avatar
      Again move mockito to 300plus2 (#15981) · bffae215
      Alexander Aprelev authored
      * Revert "Revert "Move mockito to 3.0.0-alpha. (#15949)" (#15979)"
      
      This reverts commit e59651f9.
      
      * More thenReturn to thenAnswer when mocking Futures
      
      * Revert "More thenReturn to thenAnswer when mocking Futures"
      
      This reverts commit 194d2cf41754ad171efd6bb5898cf73bce5a75ab as we are reverting engine roll.
      
      * Revert "Revert "More thenReturn to thenAnswer when mocking Futures""
      
      This reverts commit 52c9e96b304b220f66d78a252fccea0c8e0ef24c.
      
      * Add dependency override
      
      * Fix issue
      bffae215
  28. 27 Mar, 2018 2 commits
  29. 23 Mar, 2018 1 commit
  30. 21 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Traverse dependencies and dev dependencies separately (#15581) · ad9506d2
      Jonah Williams authored
      * traverse dependencies and dev dependencies separately
      
      * separate dev and reg deps
      
      * update pubspecs
      
      * add checksum string and update transitive dep string.  Add additional verify command to check checksum
      
      * cleanup comments
      
      * add missing space, quote, run verify-onlu from bot script
      
      * rerun tool with fixed string
      
      * ensure correct working directory and bump versions
      
      * flutter not flutterRoot
      ad9506d2
  31. 15 Mar, 2018 1 commit