1. 31 Aug, 2016 1 commit
  2. 26 Aug, 2016 1 commit
  3. 25 Aug, 2016 1 commit
  4. 11 Aug, 2016 1 commit
  5. 09 Aug, 2016 1 commit
  6. 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
  7. 14 Jun, 2016 1 commit
    • Ian Hickson's avatar
      Lock flutter tool while updating artifacts (#4476) · f92f71fe
      Ian Hickson authored
      This prevents multiple simultaneous runs of the analyzer from stomping
      over each other (e.g. multiple runs of 'update-packages'). Certain
      long-lived commands (like analyze, run, logs) are exempted once they've
      done enough work to be safe from most stomping action.
      
      This still doesn't make us entirely safe from craziness, e.g. if you're
      half way through an 'update-packages' run and you call 'git pull', who
      knows what state you'll end up in. But there's only so much one can do.
      
      Fixes https://github.com/flutter/flutter/issues/2762
      f92f71fe
  8. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  9. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275
  10. 16 Apr, 2016 1 commit
  11. 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
  12. 30 Mar, 2016 1 commit
  13. 25 Nov, 2015 1 commit
  14. 03 Nov, 2015 1 commit
  15. 02 Nov, 2015 1 commit
  16. 24 Oct, 2015 1 commit