1. 16 Feb, 2021 12 commits
  2. 15 Feb, 2021 3 commits
  3. 14 Feb, 2021 1 commit
  4. 13 Feb, 2021 5 commits
  5. 12 Feb, 2021 18 commits
  6. 11 Feb, 2021 1 commit
    • godofredoc's avatar
      Add flutter update packages to some tests. (#75530) · a0e86814
      godofredoc authored
      * Add flutter update packages to some tests.
      
      Analyzer_benchmark and flutter_test_performance require to pub get
      multiple directories. Rather than delegating the recipes to run flutter
      update-packages we explicitly running on tests that need it.
      
      Bug: https://github.com/flutter/flutter/issues/75524
      
      * Add pub get directly on the analyis classes.
      
      * Run flutter get in dev/tools.
      
      * Fix directory path.
      
      * Add more dependency directories.
      
      * Fix typo.
      
      * Add more dependencies.
      
      * Add stocks dependency.
      
      * Fix paths to some apps.
      
      * Add more dependencies.
      
      * Complete dependencies definition.
      
      * More analysis dependencies.
      
      * Add examples dependencies.
      
      * Dev tool dependencies.
      
      * Use update-packages for analyzer benchmark.
      a0e86814