1. 20 Apr, 2016 2 commits
  2. 19 Apr, 2016 1 commit
  3. 18 Apr, 2016 3 commits
  4. 16 Apr, 2016 1 commit
  5. 11 Apr, 2016 1 commit
    • Devon Carew's avatar
      make flutter upgrade less verbose (#3237) · 2a33e3f0
      Devon Carew authored
      * more terse flutter upgrade
      
      * fix an issue when updating and the engine update code has changed
      
      * call flutter precache; add a --no-color hidden option
      
      * fix a lint related to getters/setters
      2a33e3f0
  6. 09 Apr, 2016 1 commit
  7. 07 Apr, 2016 1 commit
  8. 04 Apr, 2016 1 commit
  9. 30 Mar, 2016 1 commit
  10. 28 Mar, 2016 1 commit
  11. 21 Mar, 2016 3 commits
  12. 17 Mar, 2016 3 commits
  13. 14 Mar, 2016 3 commits
  14. 12 Mar, 2016 1 commit
  15. 11 Mar, 2016 2 commits
    • Hixie's avatar
      flutter analyze test · e6b82b6f
      Hixie authored
      Test that flutter analyze catches no error if two imported libraries
      have the same name.
      
      Also, make tests know how to find the flutter root and fix style in one
      test to be consistent with the rest of the file.
      e6b82b6f
    • Devon Carew's avatar
      remove some references to DeviceStore · 5ad6a570
      Devon Carew authored
      5ad6a570
  16. 10 Mar, 2016 3 commits
  17. 08 Mar, 2016 1 commit
  18. 07 Mar, 2016 2 commits
  19. 04 Mar, 2016 2 commits
  20. 03 Mar, 2016 1 commit
  21. 26 Feb, 2016 2 commits
  22. 24 Feb, 2016 1 commit
  23. 23 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter create" can generate a basic driver test · 278630e6
      yjbanov authored
      "flutter create" adds option `--with-driver-test` that adds
      dependencies to `flutter_driver` in `pubspec.yaml` and creates
      a basic driver test runnable via `flutter drive
      --target=test_driver/e2e.dart`
      
      "flutter drive" new options:
      
      - `--keep-app-running` tells the driver to not stop the app after tests
        are done
      - `--use-existing-app` tells the driver to not start a new app but use
        an already running instance
      278630e6
  24. 22 Feb, 2016 1 commit
  25. 21 Feb, 2016 1 commit