1. 21 Apr, 2016 1 commit
  2. 19 Apr, 2016 1 commit
  3. 18 Apr, 2016 2 commits
  4. 12 Apr, 2016 1 commit
    • Devon Carew's avatar
      add a --deploy flag to build apk (#3249) · 8849cd6b
      Devon Carew authored
      * add a --deploy flag to build apk
      
      * update command description
      
      * use an enum instead of a bool param for build variants
      
      * rename buildForDeploy flag to buildVariant
      
      * review comments
      8849cd6b
  5. 08 Apr, 2016 1 commit
  6. 04 Apr, 2016 1 commit
  7. 28 Mar, 2016 1 commit
  8. 25 Mar, 2016 1 commit
  9. 24 Mar, 2016 1 commit
  10. 22 Mar, 2016 1 commit
  11. 21 Mar, 2016 1 commit
  12. 17 Mar, 2016 1 commit
  13. 14 Mar, 2016 2 commits
  14. 12 Mar, 2016 1 commit
  15. 11 Mar, 2016 2 commits
    • Devon Carew's avatar
      remove some references to DeviceStore · 5ad6a570
      Devon Carew authored
      5ad6a570
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  16. 04 Mar, 2016 1 commit
  17. 03 Mar, 2016 1 commit
  18. 28 Feb, 2016 1 commit
  19. 27 Feb, 2016 1 commit
  20. 26 Feb, 2016 2 commits
  21. 20 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter drive" command · a2b1bd46
      yjbanov authored
      Runs a test app and a driver test simultaneously, then stops the app.
      
      Usage:
      
      ```
      flutter drive --target=/path/to/test/app.dart
      ```
      
      This command will look for `/path/to/test/app_test.dart` by
      convention. We will expand into other ways of discovering tests in the
      future.
      a2b1bd46
  22. 17 Feb, 2016 2 commits
  23. 16 Feb, 2016 1 commit
  24. 15 Feb, 2016 1 commit
  25. 14 Feb, 2016 1 commit
  26. 13 Feb, 2016 1 commit
  27. 11 Feb, 2016 1 commit
  28. 10 Feb, 2016 3 commits
  29. 09 Feb, 2016 1 commit
  30. 06 Feb, 2016 2 commits
  31. 03 Feb, 2016 2 commits