1. 04 Mar, 2017 1 commit
  2. 24 Jan, 2017 1 commit
  3. 09 Jan, 2017 1 commit
  4. 30 Nov, 2016 1 commit
  5. 14 Oct, 2016 1 commit
  6. 16 Aug, 2016 1 commit
  7. 15 Aug, 2016 1 commit
  8. 11 Aug, 2016 1 commit
  9. 12 May, 2016 2 commits
  10. 06 May, 2016 1 commit
  11. 27 Apr, 2016 1 commit
  12. 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
  13. 24 Mar, 2016 2 commits
  14. 01 Mar, 2016 1 commit
  15. 29 Jan, 2016 1 commit
  16. 29 Nov, 2015 1 commit
    • Adam Barth's avatar
      Clean up code organization in flutter_tools · 9662d49e
      Adam Barth authored
      1) Moved basic utility code into base/ directory to make it clear which code
         doesn't depend on Flutter-specific knowldge.
      2) Move the CommandRunner subclasses into a runner/ directory because these
         aren't commands themselves.
      9662d49e