1. 24 Jul, 2018 1 commit
  2. 23 Jul, 2018 2 commits
  3. 19 Jul, 2018 1 commit
  4. 16 Jul, 2018 2 commits
  5. 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
  6. 12 Jul, 2018 4 commits
  7. 11 Jul, 2018 2 commits
  8. 10 Jul, 2018 1 commit
  9. 09 Jul, 2018 1 commit
  10. 21 Jun, 2018 1 commit
  11. 20 Jun, 2018 1 commit
  12. 19 Jun, 2018 1 commit
  13. 15 Jun, 2018 2 commits
  14. 14 Jun, 2018 1 commit
  15. 05 Jun, 2018 2 commits
  16. 24 May, 2018 1 commit
  17. 22 May, 2018 1 commit
  18. 11 May, 2018 2 commits
  19. 10 May, 2018 1 commit
  20. 04 May, 2018 1 commit
  21. 01 May, 2018 1 commit
  22. 30 Apr, 2018 1 commit
  23. 23 Apr, 2018 2 commits
  24. 16 Apr, 2018 1 commit
  25. 10 Apr, 2018 1 commit
  26. 09 Apr, 2018 2 commits
  27. 04 Apr, 2018 1 commit
  28. 03 Apr, 2018 1 commit
  29. 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