1. 25 Jul, 2016 2 commits
  2. 21 Jul, 2016 1 commit
  3. 20 Jul, 2016 1 commit
    • Devon Carew's avatar
      Hello services run (#4969) · 57b76a05
      Devon Carew authored
      * making flutter run work with gradle
      
      * locate android studio
      
      * add test for settings
      
      * review comments
      57b76a05
  4. 28 Jun, 2016 1 commit
    • pq's avatar
      Cleanup empty statements. · 543f705a
      pq authored
      The new `empty_statements` lint (in the next DEV roll), flags these empty statements.  Harmless, except the one in `basic.dart` that fixes a real-life bug. :)
      543f705a
  5. 10 Jun, 2016 1 commit
  6. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  7. 29 May, 2016 1 commit
  8. 24 May, 2016 1 commit
    • Adam Barth's avatar
      Teach flutter to build app.a (#4141) · f33596aa
      Adam Barth authored
      On iOS, we use Xcode to build a static library that contains the precompiled
      code. This code is currently unused, but it will be used by the new Xcode
      harness to factor out as much complexity as possible into the flutter tool.
      f33596aa
  9. 19 May, 2016 1 commit
  10. 17 May, 2016 2 commits
  11. 16 May, 2016 1 commit
  12. 12 May, 2016 1 commit
  13. 11 May, 2016 1 commit
  14. 05 May, 2016 1 commit
  15. 04 May, 2016 1 commit
  16. 03 May, 2016 2 commits
  17. 02 May, 2016 2 commits
  18. 29 Apr, 2016 1 commit
  19. 21 Apr, 2016 1 commit
  20. 19 Apr, 2016 1 commit
  21. 18 Apr, 2016 2 commits
  22. 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
  23. 08 Apr, 2016 1 commit
  24. 04 Apr, 2016 1 commit
  25. 28 Mar, 2016 1 commit
  26. 25 Mar, 2016 1 commit
  27. 24 Mar, 2016 1 commit
  28. 22 Mar, 2016 1 commit
  29. 21 Mar, 2016 1 commit
  30. 17 Mar, 2016 1 commit
  31. 14 Mar, 2016 2 commits
  32. 12 Mar, 2016 1 commit
  33. 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